Html Css Color HEX #B68D4A Tussock

📋 copy color: '#B68D4A'

red 182 ◦ green 141 ◦ blue 74

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

Shades of Tussock #B68D4A

Tints of Tussock #B68D4A

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.52%

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

R = 45.84%
G = 35.52%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B68D4A (or 0xB68D4A) is known color: Tussock. HEX triplet: B6, 8D and 4A. RGB value is (182,141,74). Sum of RGB (Red+Green+Blue) = 182+141+74=397 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.84% from 397); Green value is 141 (55.47% from 255 or 35.52% from 397); Blue value is 74 (29.30% from 255 or 18.64% from 397); Max value from RGB is 182 - color contains mainly: red. Hex color #B68D4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68D4A is #4972B5. Grayscale: #919191. Windows color (decimal): -4813494 or 4885942. OLE color: 4885942.

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

Color convert

RGB 182 141 74 -
CMYK 0 0.23 0.59 0.29
HSL 37.22º 0.43% 0.5% -
HSV(B) 37.22º 0.59% 0.71% -
XYZ 30.05 29.49 10.59 -
YUV 145.62 87.58 153.95 -
System Red Green Blue C M Y K H S L
Decimal 182 141 74 0 0.23 0.59 0.29 37.22 0.43 0.5
Hex B6 8D 4A 0 17 3B 1D 25 2B 32
Octal 266 215 112 0 27 73 35 45 53 62
Binary 10110110 10001101 1001010 0 10111 111011 11101 100101 101011 110010

Color Harmonies of #B68D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68D4A

Black with #B68D4A

Text Example


Text Example

White with #B68D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68D4A; }

 p { color: rgb(182,141,74); }

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

background-color css

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

 a { background-color: rgb(182,141,74); }

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

border-color css

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

 span { border-color: rgb(182,141,74); }

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