Html Css Color HEX #BD601C Christine

📋 copy color: '#BD601C'

red 189 ◦ green 96 ◦ blue 28

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

Shades of Christine #BD601C

Tints of Christine #BD601C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.95%

R = 60.38%
G = 30.67%
B = 8.95%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BD601C (or 0xBD601C) is known color: Christine. HEX triplet: BD, 60 and 1C. RGB value is (189,96,28). Sum of RGB (Red+Green+Blue) = 189+96+28=313 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.38% from 313); Green value is 96 (37.89% from 255 or 30.67% from 313); Blue value is 28 (11.33% from 255 or 8.95% from 313); Max value from RGB is 189 - color contains mainly: red. Hex color #BD601C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD601C is #429FE3. Grayscale: #747474. Windows color (decimal): -4366308 or 1859773. OLE color: 1859773.

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

Color convert

RGB 189 96 28 -
CMYK 0 0.49 0.85 0.26
HSL 25.34º 0.74% 0.43% -
HSV(B) 25.34º 0.85% 0.74% -
XYZ 25.38 19.27 3.48 -
YUV 116.06 78.31 180.03 -
System Red Green Blue C M Y K H S L
Decimal 189 96 28 0 0.49 0.85 0.26 25.34 0.74 0.43
Hex BD 60 1C 0 31 55 1A 19 4A 2B
Octal 275 140 34 0 61 125 32 31 112 53
Binary 10111101 1100000 11100 0 110001 1010101 11010 11001 1001010 101011

Color Harmonies of #BD601C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD601C

Black with #BD601C

Text Example


Text Example

White with #BD601C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD601C; }

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

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

background-color css

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

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

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

border-color css

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

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

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