#BD621F

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

Shades of Christine #BD621F

Tints of Christine #BD621F

Color information

#BD621F (or 0xBD621F) is unknown color: approx Christine. HEX triplet: BD, 62 and 1F. RGB value is (189,98,31). Sum of RGB (Red+Green+Blue) = 189+98+31=318 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.43% from 318); Green value is 98 (38.67% from 255 or 30.82% from 318); Blue value is 31 (12.5% from 255 or 9.75% from 318); Max value from RGB is 189 - color contains mainly: red. Hex color #BD621F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD621F is #429DE0. Grayscale: #757575. Windows color (decimal): -4365793 or 2056893. OLE color: 2056893.

HSL color Cylindrical-coordinate representation of color #BD621F: hue angle of 25.44º 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 #BD621F is Cyan = 0, Magento = 0.48, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB1899831-
CMYK00.480.840.26
HSL25.44º71.82%43.14%-
HSV(B)25.44º83.6%74.12%-
XYZ25.619.653.74-
YUV117.5779.15178.95-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 59.43%
GREEN value IS 98 (38.67% from 255) = 30.82%
BLUE value IS 31 (12.5% from 255) = 9.75%
R=59.43%
G=30.82%
B=9.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.84
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189983100.480.840.2625.4471.8243.14
HexBD621F030541A19482b
Octal27514237060124323111053
Binary101111011100010111110110000101010011010110011001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD621F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD621F; }

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

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

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

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

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

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

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

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