Html Css Color HEX #B7884A Tussock

📋 copy color: '#B7884A'

red 183 ◦ green 136 ◦ blue 74

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

Shades of Tussock #B7884A

Tints of Tussock #B7884A

RGB

 RED value IS 183 (71.88% from 255) = 46.56%

 GREEN value IS 136 (53.52% from 255) = 34.61%

 BLUE value IS 74 (29.3% from 255) = 18.83%

R = 46.56%
G = 34.61%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B7884A (or 0xB7884A) is known color: Tussock. HEX triplet: B7, 88 and 4A. RGB value is (183,136,74). Sum of RGB (Red+Green+Blue) = 183+136+74=393 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.56% from 393); Green value is 136 (53.52% from 255 or 34.61% from 393); Blue value is 74 (29.30% from 255 or 18.83% from 393); Max value from RGB is 183 - color contains mainly: red. Hex color #B7884A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7884A is #4877B5. Grayscale: #8F8F8F. Windows color (decimal): -4749238 or 4884663. OLE color: 4884663.

HSL color Cylindrical-coordinate representation of color #B7884A: hue angle of 34.13º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B7884A is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 136 74 -
CMYK 0 0.26 0.60 0.28
HSL 34.13º 0.43% 0.5% -
HSV(B) 34.13º 0.6% 0.72% -
XYZ 29.57 28.17 10.36 -
YUV 142.99 89.07 156.54 -
System Red Green Blue C M Y K H S L
Decimal 183 136 74 0 0.26 0.60 0.28 34.13 0.43 0.5
Hex B7 88 4A 0 1A 3C 1C 22 2B 32
Octal 267 210 112 0 32 74 34 42 53 62
Binary 10110111 10001000 1001010 0 11010 111100 11100 100010 101011 110010

Color Harmonies of #B7884A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7884A

Black with #B7884A

Text Example


Text Example

White with #B7884A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7884A; }

 p { color: rgb(183,136,74); }

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

background-color css

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

 a { background-color: rgb(183,136,74); }

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

border-color css

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

 span { border-color: rgb(183,136,74); }

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