Html Css Color HEX #B7864B Tussock

📋 copy color: '#B7864B'

red 183 ◦ green 134 ◦ blue 75

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

Shades of Tussock #B7864B

Tints of Tussock #B7864B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.18%

 BLUE value IS 75 (29.69% from 255) = 19.13%

R = 46.68%
G = 34.18%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.59

 K value IS 0.28

RGB Variations

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

Color information

#B7864B (or 0xB7864B) is known color: Tussock. HEX triplet: B7, 86 and 4B. RGB value is (183,134,75). Sum of RGB (Red+Green+Blue) = 183+134+75=392 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.68% from 392); Green value is 134 (52.73% from 255 or 34.18% from 392); Blue value is 75 (29.69% from 255 or 19.13% from 392); Max value from RGB is 183 - color contains mainly: red. Hex color #B7864B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7864B is #4879B4. Grayscale: #8E8E8E. Windows color (decimal): -4749749 or 4949687. OLE color: 4949687.

HSL color Cylindrical-coordinate representation of color #B7864B: hue angle of 32.78º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B7864B is Cyan = 0, Magento = 0.27, Yellow = 0.59 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 134 75 -
CMYK 0 0.27 0.59 0.28
HSL 32.78º 0.43% 0.51% -
HSV(B) 32.78º 0.59% 0.72% -
XYZ 29.32 27.63 10.44 -
YUV 141.93 90.23 157.3 -
System Red Green Blue C M Y K H S L
Decimal 183 134 75 0 0.27 0.59 0.28 32.78 0.43 0.51
Hex B7 86 4B 0 1B 3B 1C 21 2B 33
Octal 267 206 113 0 33 73 34 41 53 63
Binary 10110111 10000110 1001011 0 11011 111011 11100 100001 101011 110011

Color Harmonies of #B7864B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7864B

Black with #B7864B

Text Example


Text Example

White with #B7864B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7864B; }

 p { color: rgb(183,134,75); }

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

background-color css

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

 a { background-color: rgb(183,134,75); }

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

border-color css

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

 span { border-color: rgb(183,134,75); }

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