Html Css Color HEX #B6914D Tussock

📋 copy color: '#B6914D'

red 182 ◦ green 145 ◦ blue 77

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

Shades of Tussock #B6914D

Tints of Tussock #B6914D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.06%

R = 45.05%
G = 35.89%
B = 19.06%

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

#B6914D (or 0xB6914D) is known color: Tussock. HEX triplet: B6, 91 and 4D. RGB value is (182,145,77). Sum of RGB (Red+Green+Blue) = 182+145+77=404 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.05% from 404); Green value is 145 (57.03% from 255 or 35.89% from 404); Blue value is 77 (30.47% from 255 or 19.06% from 404); Max value from RGB is 182 - color contains mainly: red. Hex color #B6914D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6914D is #496EB2. Grayscale: #949494. Windows color (decimal): -4812467 or 5083574. OLE color: 5083574.

HSL color Cylindrical-coordinate representation of color #B6914D: hue angle of 38.86º 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 #B6914D is Cyan = 0, Magento = 0.20, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 145 77 -
CMYK 0 0.20 0.58 0.29
HSL 38.86º 0.42% 0.51% -
HSV(B) 38.86º 0.58% 0.71% -
XYZ 30.76 30.73 11.33 -
YUV 148.31 87.76 152.03 -
System Red Green Blue C M Y K H S L
Decimal 182 145 77 0 0.20 0.58 0.29 38.86 0.42 0.51
Hex B6 91 4D 0 14 3A 1D 27 2A 33
Octal 266 221 115 0 24 72 35 47 52 63
Binary 10110110 10010001 1001101 0 10100 111010 11101 100111 101010 110011

Color Harmonies of #B6914D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6914D

Black with #B6914D

Text Example


Text Example

White with #B6914D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6914D; }

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

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

background-color css

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

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

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

border-color css

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

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

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