Html Css Color HEX #B66421 Christine

📋 copy color: '#B66421'

red 182 ◦ green 100 ◦ blue 33

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

Shades of Christine #B66421

Tints of Christine #B66421

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.48%

R = 57.78%
G = 31.75%
B = 10.48%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B66421 (or 0xB66421) is known color: Christine. HEX triplet: B6, 64 and 21. RGB value is (182,100,33). Sum of RGB (Red+Green+Blue) = 182+100+33=315 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.78% from 315); Green value is 100 (39.45% from 255 or 31.75% from 315); Blue value is 33 (13.28% from 255 or 10.48% from 315); Max value from RGB is 182 - color contains mainly: red. Hex color #B66421 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66421 is #499BDE. Grayscale: #757575. Windows color (decimal): -4824031 or 2188470. OLE color: 2188470.

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

Color convert

RGB 182 100 33 -
CMYK 0 0.45 0.82 0.29
HSL 26.98º 0.69% 0.42% -
HSV(B) 26.98º 0.82% 0.71% -
XYZ 24.12 19.17 3.87 -
YUV 116.88 80.67 174.45 -
System Red Green Blue C M Y K H S L
Decimal 182 100 33 0 0.45 0.82 0.29 26.98 0.69 0.42
Hex B6 64 21 0 2D 52 1D 1B 45 2A
Octal 266 144 41 0 55 122 35 33 105 52
Binary 10110110 1100100 100001 0 101101 1010010 11101 11011 1000101 101010

Color Harmonies of #B66421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66421

Black with #B66421

Text Example


Text Example

White with #B66421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66421; }

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

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

background-color css

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

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

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

border-color css

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

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

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