Html Css Color HEX #B6914C Tussock

📋 copy color: '#B6914C'

red 182 ◦ green 145 ◦ blue 76

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

Shades of Tussock #B6914C

Tints of Tussock #B6914C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.98%

 BLUE value IS 76 (30.08% from 255) = 18.86%

R = 45.16%
G = 35.98%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#B6914C (or 0xB6914C) is known color: Tussock. HEX triplet: B6, 91 and 4C. RGB value is (182,145,76). Sum of RGB (Red+Green+Blue) = 182+145+76=403 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.16% from 403); Green value is 145 (57.03% from 255 or 35.98% from 403); Blue value is 76 (30.08% from 255 or 18.86% from 403); Max value from RGB is 182 - color contains mainly: red. Hex color #B6914C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6914C is #496EB3. Grayscale: #949494. Windows color (decimal): -4812468 or 5018038. OLE color: 5018038.

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

Color convert

RGB 182 145 76 -
CMYK 0 0.20 0.58 0.29
HSL 39.06º 0.42% 0.51% -
HSV(B) 39.06º 0.58% 0.71% -
XYZ 30.72 30.72 11.15 -
YUV 148.2 87.26 152.11 -
System Red Green Blue C M Y K H S L
Decimal 182 145 76 0 0.20 0.58 0.29 39.06 0.42 0.51
Hex B6 91 4C 0 14 3A 1D 27 2A 33
Octal 266 221 114 0 24 72 35 47 52 63
Binary 10110110 10010001 1001100 0 10100 111010 11101 100111 101010 110011

Color Harmonies of #B6914C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6914C

Black with #B6914C

Text Example


Text Example

White with #B6914C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6914C; }

 p { color: rgb(182,145,76); }

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

background-color css

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

 a { background-color: rgb(182,145,76); }

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

border-color css

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

 span { border-color: rgb(182,145,76); }

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