Html Css Color HEX #B68F48 Tussock

📋 copy color: '#B68F48'

red 182 ◦ green 143 ◦ blue 72

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

Shades of Tussock #B68F48

Tints of Tussock #B68F48

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.02%

 BLUE value IS 72 (28.52% from 255) = 18.14%

R = 45.84%
G = 36.02%
B = 18.14%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#B68F48 (or 0xB68F48) is known color: Tussock. HEX triplet: B6, 8F and 48. RGB value is (182,143,72). Sum of RGB (Red+Green+Blue) = 182+143+72=397 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.84% from 397); Green value is 143 (56.25% from 255 or 36.02% from 397); Blue value is 72 (28.52% from 255 or 18.14% from 397); Max value from RGB is 182 - color contains mainly: red. Hex color #B68F48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68F48 is #4970B7. Grayscale: #929292. Windows color (decimal): -4812984 or 4755382. OLE color: 4755382.

HSL color Cylindrical-coordinate representation of color #B68F48: hue angle of 38.73º 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 #B68F48 is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 143 72 -
CMYK 0 0.21 0.60 0.29
HSL 38.73º 0.43% 0.5% -
HSV(B) 38.73º 0.6% 0.71% -
XYZ 30.28 30.06 10.34 -
YUV 146.57 85.92 153.27 -
System Red Green Blue C M Y K H S L
Decimal 182 143 72 0 0.21 0.60 0.29 38.73 0.43 0.5
Hex B6 8F 48 0 15 3C 1D 27 2B 32
Octal 266 217 110 0 25 74 35 47 53 62
Binary 10110110 10001111 1001000 0 10101 111100 11101 100111 101011 110010

Color Harmonies of #B68F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68F48

Black with #B68F48

Text Example


Text Example

White with #B68F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68F48; }

 p { color: rgb(182,143,72); }

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

background-color css

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

 a { background-color: rgb(182,143,72); }

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

border-color css

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

 span { border-color: rgb(182,143,72); }

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