Html Css Color HEX #BD5E1F Christine

📋 copy color: '#BD5E1F'

red 189 ◦ green 94 ◦ blue 31

#BD5E1F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christine #BD5E1F

Tints of Christine #BD5E1F

RGB

 RED value IS 189 (74.22% from 255) = 60.19%

 GREEN value IS 94 (37.11% from 255) = 29.94%

 BLUE value IS 31 (12.5% from 255) = 9.87%

R = 60.19%
G = 29.94%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BD5E1F (or 0xBD5E1F) is known color: Christine. HEX triplet: BD, 5E and 1F. RGB value is (189,94,31). Sum of RGB (Red+Green+Blue) = 189+94+31=314 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.19% from 314); Green value is 94 (37.11% from 255 or 29.94% from 314); Blue value is 31 (12.5% from 255 or 9.87% from 314); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5E1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5E1F is #42A1E0. Grayscale: #737373. Windows color (decimal): -4366817 or 2055869. OLE color: 2055869.

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

Color convert

RGB 189 94 31 -
CMYK 0 0.50 0.84 0.26
HSL 23.92º 0.72% 0.43% -
HSV(B) 23.92º 0.84% 0.74% -
XYZ 25.24 18.92 3.62 -
YUV 115.22 80.47 180.62 -
System Red Green Blue C M Y K H S L
Decimal 189 94 31 0 0.50 0.84 0.26 23.92 0.72 0.43
Hex BD 5E 1F 0 32 54 1A 18 48 2B
Octal 275 136 37 0 62 124 32 30 110 53
Binary 10111101 1011110 11111 0 110010 1010100 11010 11000 1001000 101011

Color Harmonies of #BD5E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5E1F

Black with #BD5E1F

Text Example


Text Example

White with #BD5E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5E1F; }

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

 H1.HeaderClassName
 {
   color: #BD5E1F;
 }
 .AnyTagClassName
 {
   color: #BD5E1F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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