Html Css Color HEX #B68D4F Tussock

📋 copy color: '#B68D4F'

red 182 ◦ green 141 ◦ blue 79

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

Shades of Tussock #B68D4F

Tints of Tussock #B68D4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 19.65%

R = 45.27%
G = 35.07%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#B68D4F (or 0xB68D4F) is known color: Tussock. HEX triplet: B6, 8D and 4F. RGB value is (182,141,79). Sum of RGB (Red+Green+Blue) = 182+141+79=402 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.27% from 402); Green value is 141 (55.47% from 255 or 35.07% from 402); Blue value is 79 (31.25% from 255 or 19.65% from 402); Max value from RGB is 182 - color contains mainly: red. Hex color #B68D4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68D4F is #4972B0. Grayscale: #929292. Windows color (decimal): -4813489 or 5213622. OLE color: 5213622.

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

Color convert

RGB 182 141 79 -
CMYK 0 0.23 0.57 0.29
HSL 36.12º 0.41% 0.51% -
HSV(B) 36.12º 0.57% 0.71% -
XYZ 30.23 29.56 11.51 -
YUV 146.19 90.08 153.54 -
System Red Green Blue C M Y K H S L
Decimal 182 141 79 0 0.23 0.57 0.29 36.12 0.41 0.51
Hex B6 8D 4F 0 17 39 1D 24 29 33
Octal 266 215 117 0 27 71 35 44 51 63
Binary 10110110 10001101 1001111 0 10111 111001 11101 100100 101001 110011

Color Harmonies of #B68D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68D4F

Black with #B68D4F

Text Example


Text Example

White with #B68D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68D4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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