Html Css Color HEX #B66015 Christine

📋 copy color: '#B66015'

red 182 ◦ green 96 ◦ blue 21

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

Shades of Christine #B66015

Tints of Christine #B66015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.02%

R = 60.87%
G = 32.11%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B66015 (or 0xB66015) is known color: Christine. HEX triplet: B6, 60 and 15. RGB value is (182,96,21). Sum of RGB (Red+Green+Blue) = 182+96+21=299 (39% of max value = 765). Red value is 182 (71.48% from 255 or 60.87% from 299); Green value is 96 (37.89% from 255 or 32.11% from 299); Blue value is 21 (8.59% from 255 or 7.02% from 299); Max value from RGB is 182 - color contains mainly: red. Hex color #B66015 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B66015 is #499FEA. Grayscale: #717171. Windows color (decimal): -4825067 or 1401014. OLE color: 1401014.

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

Color convert

RGB 182 96 21 -
CMYK 0 0.47 0.88 0.29
HSL 27.95º 0.79% 0.4% -
HSV(B) 27.95º 0.88% 0.71% -
XYZ 23.61 18.36 3.01 -
YUV 113.16 75.99 177.1 -
System Red Green Blue C M Y K H S L
Decimal 182 96 21 0 0.47 0.88 0.29 27.95 0.79 0.4
Hex B6 60 15 0 2F 58 1D 1C 4F 28
Octal 266 140 25 0 57 130 35 34 117 50
Binary 10110110 1100000 10101 0 101111 1011000 11101 11100 1001111 101000

Color Harmonies of #B66015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66015

Black with #B66015

Text Example


Text Example

White with #B66015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66015; }

 p { color: rgb(182,96,21); }

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

background-color css

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

 a { background-color: rgb(182,96,21); }

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

border-color css

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

 span { border-color: rgb(182,96,21); }

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