Html Css Color HEX #B66223 Christine

📋 copy color: '#B66223'

red 182 ◦ green 98 ◦ blue 35

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

Shades of Christine #B66223

Tints of Christine #B66223

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.11%

 BLUE value IS 35 (14.06% from 255) = 11.11%

R = 57.78%
G = 31.11%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B66223 (or 0xB66223) is known color: Christine. HEX triplet: B6, 62 and 23. RGB value is (182,98,35). Sum of RGB (Red+Green+Blue) = 182+98+35=315 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.78% from 315); Green value is 98 (38.67% from 255 or 31.11% from 315); Blue value is 35 (14.06% from 255 or 11.11% from 315); Max value from RGB is 182 - color contains mainly: red. Hex color #B66223 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66223 is #499DDC. Grayscale: #747474. Windows color (decimal): -4824541 or 2319030. OLE color: 2319030.

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

Color convert

RGB 182 98 35 -
CMYK 0 0.46 0.81 0.29
HSL 25.71º 0.68% 0.43% -
HSV(B) 25.71º 0.81% 0.71% -
XYZ 23.96 18.8 3.96 -
YUV 115.93 82.33 175.12 -
System Red Green Blue C M Y K H S L
Decimal 182 98 35 0 0.46 0.81 0.29 25.71 0.68 0.43
Hex B6 62 23 0 2E 51 1D 1A 44 2B
Octal 266 142 43 0 56 121 35 32 104 53
Binary 10110110 1100010 100011 0 101110 1010001 11101 11010 1000100 101011

Color Harmonies of #B66223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66223

Black with #B66223

Text Example


Text Example

White with #B66223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66223; }

 p { color: rgb(182,98,35); }

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

background-color css

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

 a { background-color: rgb(182,98,35); }

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

border-color css

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

 span { border-color: rgb(182,98,35); }

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