Html Css Color HEX #BD601F Christine

📋 copy color: '#BD601F'

red 189 ◦ green 96 ◦ blue 31

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

Shades of Christine #BD601F

Tints of Christine #BD601F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.38%

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

R = 59.81%
G = 30.38%
B = 9.81%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BD601F (or 0xBD601F) is known color: Christine. HEX triplet: BD, 60 and 1F. RGB value is (189,96,31). Sum of RGB (Red+Green+Blue) = 189+96+31=316 (41% of max value = 765). Red value is 189 (74.22% from 255 or 59.81% from 316); Green value is 96 (37.89% from 255 or 30.38% from 316); Blue value is 31 (12.5% from 255 or 9.81% from 316); Max value from RGB is 189 - color contains mainly: red. Hex color #BD601F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD601F is #429FE0. Grayscale: #747474. Windows color (decimal): -4366305 or 2056381. OLE color: 2056381.

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

Color convert

RGB 189 96 31 -
CMYK 0 0.49 0.84 0.26
HSL 24.68º 0.72% 0.43% -
HSV(B) 24.68º 0.84% 0.74% -
XYZ 25.42 19.28 3.68 -
YUV 116.4 79.81 179.79 -
System Red Green Blue C M Y K H S L
Decimal 189 96 31 0 0.49 0.84 0.26 24.68 0.72 0.43
Hex BD 60 1F 0 31 54 1A 19 48 2B
Octal 275 140 37 0 61 124 32 31 110 53
Binary 10111101 1100000 11111 0 110001 1010100 11010 11001 1001000 101011

Color Harmonies of #BD601F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD601F

Black with #BD601F

Text Example


Text Example

White with #BD601F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD601F; }

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

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

background-color css

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

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

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

border-color css

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

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

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