Html Css Color HEX #B66427 Christine

📋 copy color: '#B66427'

red 182 ◦ green 100 ◦ blue 39

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

Shades of Christine #B66427

Tints of Christine #B66427

RGB

 RED value IS 182 (71.48% from 255) = 56.7%

 GREEN value IS 100 (39.45% from 255) = 31.15%

 BLUE value IS 39 (15.63% from 255) = 12.15%

R = 56.7%
G = 31.15%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#B66427 (or 0xB66427) is known color: Christine. HEX triplet: B6, 64 and 27. RGB value is (182,100,39). Sum of RGB (Red+Green+Blue) = 182+100+39=321 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.70% from 321); Green value is 100 (39.45% from 255 or 31.15% from 321); Blue value is 39 (15.62% from 255 or 12.15% from 321); Max value from RGB is 182 - color contains mainly: red. Hex color #B66427 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66427 is #499BD8. Grayscale: #757575. Windows color (decimal): -4824025 or 2581686. OLE color: 2581686.

HSL color Cylindrical-coordinate representation of color #B66427: hue angle of 25.59º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B66427 is Cyan = 0, Magento = 0.45, Yellow = 0.79 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 100 39 -
CMYK 0 0.45 0.79 0.29
HSL 25.59º 0.65% 0.43% -
HSV(B) 25.59º 0.79% 0.71% -
XYZ 24.21 19.21 4.35 -
YUV 117.56 83.67 173.96 -
System Red Green Blue C M Y K H S L
Decimal 182 100 39 0 0.45 0.79 0.29 25.59 0.65 0.43
Hex B6 64 27 0 2D 4F 1D 1A 41 2B
Octal 266 144 47 0 55 117 35 32 101 53
Binary 10110110 1100100 100111 0 101101 1001111 11101 11010 1000001 101011

Color Harmonies of #B66427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66427

Black with #B66427

Text Example


Text Example

White with #B66427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66427; }

 p { color: rgb(182,100,39); }

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

background-color css

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

 a { background-color: rgb(182,100,39); }

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

border-color css

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

 span { border-color: rgb(182,100,39); }

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