Html Css Color HEX #B46418 Christine

📋 copy color: '#B46418'

red 180 ◦ green 100 ◦ blue 24

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

Shades of Christine #B46418

Tints of Christine #B46418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.89%

R = 59.21%
G = 32.89%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#B46418 (or 0xB46418) is known color: Christine. HEX triplet: B4, 64 and 18. RGB value is (180,100,24). Sum of RGB (Red+Green+Blue) = 180+100+24=304 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.21% from 304); Green value is 100 (39.45% from 255 or 32.89% from 304); Blue value is 24 (9.77% from 255 or 7.89% from 304); Max value from RGB is 180 - color contains mainly: red. Hex color #B46418 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B46418 is #4B9BE7. Grayscale: #737373. Windows color (decimal): -4955112 or 1598644. OLE color: 1598644.

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

Color convert

RGB 180 100 24 -
CMYK 0 0.44 0.87 0.29
HSL 29.23º 0.76% 0.4% -
HSV(B) 29.23º 0.87% 0.71% -
XYZ 23.54 18.88 3.27 -
YUV 115.26 76.5 174.18 -
System Red Green Blue C M Y K H S L
Decimal 180 100 24 0 0.44 0.87 0.29 29.23 0.76 0.4
Hex B4 64 18 0 2C 57 1D 1D 4C 28
Octal 264 144 30 0 54 127 35 35 114 50
Binary 10110100 1100100 11000 0 101100 1010111 11101 11101 1001100 101000

Color Harmonies of #B46418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46418

Black with #B46418

Text Example


Text Example

White with #B46418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46418; }

 p { color: rgb(180,100,24); }

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

background-color css

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

 a { background-color: rgb(180,100,24); }

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

border-color css

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

 span { border-color: rgb(180,100,24); }

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