Html Css Color HEX #B46222 Christine

📋 copy color: '#B46222'

red 180 ◦ green 98 ◦ blue 34

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

Shades of Christine #B46222

Tints of Christine #B46222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 10.9%

R = 57.69%
G = 31.41%
B = 10.9%

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

#B46222 (or 0xB46222) is known color: Christine. HEX triplet: B4, 62 and 22. RGB value is (180,98,34). Sum of RGB (Red+Green+Blue) = 180+98+34=312 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.69% from 312); Green value is 98 (38.67% from 255 or 31.41% from 312); Blue value is 34 (13.67% from 255 or 10.90% from 312); Max value from RGB is 180 - color contains mainly: red. Hex color #B46222 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46222 is #4B9DDD. Grayscale: #737373. Windows color (decimal): -4955614 or 2253492. OLE color: 2253492.

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

Color convert

RGB 180 98 34 -
CMYK 0 0.46 0.81 0.29
HSL 26.3º 0.68% 0.42% -
HSV(B) 26.3º 0.81% 0.71% -
XYZ 23.48 18.55 3.86 -
YUV 115.22 82.17 174.2 -
System Red Green Blue C M Y K H S L
Decimal 180 98 34 0 0.46 0.81 0.29 26.3 0.68 0.42
Hex B4 62 22 0 2E 51 1D 1A 44 2A
Octal 264 142 42 0 56 121 35 32 104 52
Binary 10110100 1100010 100010 0 101110 1010001 11101 11010 1000100 101010

Color Harmonies of #B46222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46222

Black with #B46222

Text Example


Text Example

White with #B46222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46222; }

 p { color: rgb(180,98,34); }

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

background-color css

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

 a { background-color: rgb(180,98,34); }

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

border-color css

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

 span { border-color: rgb(180,98,34); }

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