Html Css Color HEX #B46516 Christine

📋 copy color: '#B46516'

red 180 ◦ green 101 ◦ blue 22

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

Shades of Christine #B46516

Tints of Christine #B46516

RGB

 RED value IS 180 (70.7% from 255) = 59.41%

 GREEN value IS 101 (39.84% from 255) = 33.33%

 BLUE value IS 22 (8.98% from 255) = 7.26%

R = 59.41%
G = 33.33%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B46516 (or 0xB46516) is known color: Christine. HEX triplet: B4, 65 and 16. RGB value is (180,101,22). Sum of RGB (Red+Green+Blue) = 180+101+22=303 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.41% from 303); Green value is 101 (39.84% from 255 or 33.33% from 303); Blue value is 22 (8.98% from 255 or 7.26% from 303); Max value from RGB is 180 - color contains mainly: red. Hex color #B46516 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B46516 is #4B9AE9. Grayscale: #747474. Windows color (decimal): -4954858 or 1467828. OLE color: 1467828.

HSL color Cylindrical-coordinate representation of color #B46516: hue angle of 30º degrees, saturation: 0.78, 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 #B46516 is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 101 22 -
CMYK 0 0.44 0.88 0.29
HSL 30º 0.78% 0.4% -
HSV(B) 30º 0.88% 0.71% -
XYZ 23.62 19.07 3.19 -
YUV 115.62 75.17 173.92 -
System Red Green Blue C M Y K H S L
Decimal 180 101 22 0 0.44 0.88 0.29 30 0.78 0.4
Hex B4 65 16 0 2C 58 1D 1E 4E 28
Octal 264 145 26 0 54 130 35 36 116 50
Binary 10110100 1100101 10110 0 101100 1011000 11101 11110 1001110 101000

Color Harmonies of #B46516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46516

Black with #B46516

Text Example


Text Example

White with #B46516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46516; }

 p { color: rgb(180,101,22); }

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

background-color css

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

 a { background-color: rgb(180,101,22); }

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

border-color css

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

 span { border-color: rgb(180,101,22); }

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