#BD671F

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

Shades of Christine #BD671F

Tints of Christine #BD671F

Color information

#BD671F (or 0xBD671F) is unknown color: approx Christine. HEX triplet: BD, 67 and 1F. RGB value is (189,103,31). Sum of RGB (Red+Green+Blue) = 189+103+31=323 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.51% from 323); Green value is 103 (40.62% from 255 or 31.89% from 323); Blue value is 31 (12.5% from 255 or 9.60% from 323); Max value from RGB is 189 - color contains mainly: red. Hex color #BD671F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD671F is #4298E0. Grayscale: #787878. Windows color (decimal): -4364513 or 2058173. OLE color: 2058173.

HSL color Cylindrical-coordinate representation of color #BD671F: hue angle of 27.34º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BD671F is Cyan = 0, Magento = 0.46, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB18910331-
CMYK00.460.840.26
HSL27.34º71.82%43.14%-
HSV(B)27.34º83.6%74.12%-
XYZ26.0820.623.9-
YUV120.5177.49176.85-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 58.51%
GREEN value IS 103 (40.62% from 255) = 31.89%
BLUE value IS 31 (12.5% from 255) = 9.60%
R=58.51%
G=31.89%
B=9.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.84
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891033100.460.840.2627.3471.8243.14
HexBD671F02E541A1b482b
Octal27514737056124323311053
Binary101111011100111111110101110101010011010110111001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD671F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD671F; }

 p { color: rgb(189,103,31); }

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

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

 a { background-color: rgb(189,103,31); }

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

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

 span { border-color: rgb(189,103,31); }

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