Html Css Color HEX #B68E51 Tussock

📋 copy color: '#B68E51'

red 182 ◦ green 142 ◦ blue 81

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

Shades of Tussock #B68E51

Tints of Tussock #B68E51

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.06%

 BLUE value IS 81 (32.03% from 255) = 20%

R = 44.94%
G = 35.06%
B = 20%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.55

 K value IS 0.29

RGB Variations

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

Color information

#B68E51 (or 0xB68E51) is known color: Tussock. HEX triplet: B6, 8E and 51. RGB value is (182,142,81). Sum of RGB (Red+Green+Blue) = 182+142+81=405 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.94% from 405); Green value is 142 (55.86% from 255 or 35.06% from 405); Blue value is 81 (32.03% from 255 or 20% from 405); Max value from RGB is 182 - color contains mainly: red. Hex color #B68E51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68E51 is #4971AE. Grayscale: #939393. Windows color (decimal): -4813231 or 5344950. OLE color: 5344950.

HSL color Cylindrical-coordinate representation of color #B68E51: hue angle of 36.24º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B68E51 is Cyan = 0, Magento = 0.22, Yellow = 0.55 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 142 81 -
CMYK 0 0.22 0.55 0.29
HSL 36.24º 0.41% 0.52% -
HSV(B) 36.24º 0.55% 0.71% -
XYZ 30.45 29.89 11.95 -
YUV 147.01 90.75 152.96 -
System Red Green Blue C M Y K H S L
Decimal 182 142 81 0 0.22 0.55 0.29 36.24 0.41 0.52
Hex B6 8E 51 0 16 37 1D 24 29 34
Octal 266 216 121 0 26 67 35 44 51 64
Binary 10110110 10001110 1010001 0 10110 110111 11101 100100 101001 110100

Color Harmonies of #B68E51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68E51

Black with #B68E51

Text Example


Text Example

White with #B68E51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68E51; }

 p { color: rgb(182,142,81); }

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

background-color css

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

 a { background-color: rgb(182,142,81); }

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

border-color css

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

 span { border-color: rgb(182,142,81); }

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