Html Css Color HEX #BD601A Christine

📋 copy color: '#BD601A'

red 189 ◦ green 96 ◦ blue 26

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

Shades of Christine #BD601A

Tints of Christine #BD601A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.36%

R = 60.77%
G = 30.87%
B = 8.36%

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

#BD601A (or 0xBD601A) is known color: Christine. HEX triplet: BD, 60 and 1A. RGB value is (189,96,26). Sum of RGB (Red+Green+Blue) = 189+96+26=311 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.77% from 311); Green value is 96 (37.89% from 255 or 30.87% from 311); Blue value is 26 (10.55% from 255 or 8.36% from 311); Max value from RGB is 189 - color contains mainly: red. Hex color #BD601A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD601A is #429FE5. Grayscale: #747474. Windows color (decimal): -4366310 or 1728701. OLE color: 1728701.

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

Color convert

RGB 189 96 26 -
CMYK 0 0.49 0.86 0.26
HSL 25.77º 0.76% 0.42% -
HSV(B) 25.77º 0.86% 0.74% -
XYZ 25.36 19.26 3.36 -
YUV 115.83 77.31 180.19 -
System Red Green Blue C M Y K H S L
Decimal 189 96 26 0 0.49 0.86 0.26 25.77 0.76 0.42
Hex BD 60 1A 0 31 56 1A 1A 4C 2A
Octal 275 140 32 0 61 126 32 32 114 52
Binary 10111101 1100000 11010 0 110001 1010110 11010 11010 1001100 101010

Color Harmonies of #BD601A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD601A

Black with #BD601A

Text Example


Text Example

White with #BD601A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD601A; }

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

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

background-color css

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

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

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

border-color css

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

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

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