Html Css Color HEX #BD601B Christine

📋 copy color: '#BD601B'

red 189 ◦ green 96 ◦ blue 27

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

Shades of Christine #BD601B

Tints of Christine #BD601B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.65%

R = 60.58%
G = 30.77%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BD601B (or 0xBD601B) is known color: Christine. HEX triplet: BD, 60 and 1B. RGB value is (189,96,27). Sum of RGB (Red+Green+Blue) = 189+96+27=312 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.58% from 312); Green value is 96 (37.89% from 255 or 30.77% from 312); Blue value is 27 (10.94% from 255 or 8.65% from 312); Max value from RGB is 189 - color contains mainly: red. Hex color #BD601B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD601B is #429FE4. Grayscale: #747474. Windows color (decimal): -4366309 or 1794237. OLE color: 1794237.

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

Color convert

RGB 189 96 27 -
CMYK 0 0.49 0.86 0.26
HSL 25.56º 0.75% 0.42% -
HSV(B) 25.56º 0.86% 0.74% -
XYZ 25.37 19.26 3.42 -
YUV 115.94 77.81 180.11 -
System Red Green Blue C M Y K H S L
Decimal 189 96 27 0 0.49 0.86 0.26 25.56 0.75 0.42
Hex BD 60 1B 0 31 56 1A 1A 4B 2A
Octal 275 140 33 0 61 126 32 32 113 52
Binary 10111101 1100000 11011 0 110001 1010110 11010 11010 1001011 101010

Color Harmonies of #BD601B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD601B

Black with #BD601B

Text Example


Text Example

White with #BD601B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD601B; }

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

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

background-color css

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

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

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

border-color css

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

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

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