Html Css Color HEX #B68B49 Tussock

📋 copy color: '#B68B49'

red 182 ◦ green 139 ◦ blue 73

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

Shades of Tussock #B68B49

Tints of Tussock #B68B49

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.28%

 BLUE value IS 73 (28.91% from 255) = 18.53%

R = 46.19%
G = 35.28%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#B68B49 (or 0xB68B49) is known color: Tussock. HEX triplet: B6, 8B and 49. RGB value is (182,139,73). Sum of RGB (Red+Green+Blue) = 182+139+73=394 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.19% from 394); Green value is 139 (54.69% from 255 or 35.28% from 394); Blue value is 73 (28.91% from 255 or 18.53% from 394); Max value from RGB is 182 - color contains mainly: red. Hex color #B68B49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68B49 is #4974B6. Grayscale: #909090. Windows color (decimal): -4814007 or 4819894. OLE color: 4819894.

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

Color convert

RGB 182 139 73 -
CMYK 0 0.24 0.60 0.29
HSL 36.33º 0.43% 0.5% -
HSV(B) 36.33º 0.6% 0.71% -
XYZ 29.73 28.89 10.31 -
YUV 144.33 87.75 154.87 -
System Red Green Blue C M Y K H S L
Decimal 182 139 73 0 0.24 0.60 0.29 36.33 0.43 0.5
Hex B6 8B 49 0 18 3C 1D 24 2B 32
Octal 266 213 111 0 30 74 35 44 53 62
Binary 10110110 10001011 1001001 0 11000 111100 11101 100100 101011 110010

Color Harmonies of #B68B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68B49

Black with #B68B49

Text Example


Text Example

White with #B68B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68B49; }

 p { color: rgb(182,139,73); }

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

background-color css

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

 a { background-color: rgb(182,139,73); }

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

border-color css

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

 span { border-color: rgb(182,139,73); }

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