#bd5f25

Color #BD5F25 Christine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christine #BD5F25

Tints of Christine #BD5F25

Color information

#BD5F25 (or 0xBD5F25) is unknown color: approx Christine. HEX triplet: BD, 5F and 25. RGB value is (189,95,37). Sum of RGB (Red+Green+Blue) = 189+95+37=321 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.88% from 321); Green value is 95 (37.5% from 255 or 29.60% from 321); Blue value is 37 (14.84% from 255 or 11.53% from 321); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5F25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5F25 is #42A0DA. Grayscale: #747474. Windows color (decimal): -4366555 or 2449341. OLE color: 2449341.

HSL color Cylindrical-coordinate representation of color #BD5F25: hue angle of 22.89º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD5F25 is Cyan = 0, Magento = 0.50, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB1899537-
CMYK00.500.800.26
HSL22.89º67.26%44.31%-
HSV(B)22.89º80.42%74.12%-
XYZ25.4119.144.1-
YUV116.4983.14179.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 58.88%
GREEN value IS 95 (37.5% from 255) = 29.60%
BLUE value IS 37 (14.84% from 255) = 11.53%
R=58.88%
G=29.60%
B=11.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.80
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189953700.500.800.2622.8967.2644.31
HexBD5F25032501A17432c
Octal27513745062120322710354
Binary1011110110111111001010110010101000011010101111000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bd5f25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bd5f25; }

 p { color: rgb(189,95,37); }

 H1.HeaderClassName
 {
   color: #bd5f25;
 }
 .AnyTagClassName
 {
   color: #bd5f25;
 }
</style>
background-color css

<style>
 a { background-color: #bd5f25; }

 a { background-color: rgb(189,95,37); }

 div.DivClassName
 {
   background-color: #bd5f25;
 }
 .BgClassName
 {
   background-color: #bd5f25;
 }
</style>
border-color css

<style>
 span { border-color: #bd5f25; }

 span { border-color: rgb(189,95,37); }

 td.TdClassName
 {
   border-color: #bd5f25;
 }
 .TagClassName
 {
   border-color: #bd5f25;
 }
</style>