#B68F8A

Color #B68F8A Thatch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Thatch #B68F8A

Tints of Thatch #B68F8A

Color information

#B68F8A (or 0xB68F8A) is unknown color: approx Thatch. HEX triplet: B6, 8F and 8A. RGB value is (182,143,138). Sum of RGB (Red+Green+Blue) = 182+143+138=463 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.31% from 463); Green value is 143 (56.25% from 255 or 30.89% from 463); Blue value is 138 (54.30% from 255 or 29.81% from 463); Max value from RGB is 182 - color contains mainly: red. Hex color #B68F8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68F8A is #497075. Grayscale: #9A9A9A. Windows color (decimal): -4812918 or 9080758. OLE color: 9080758.

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

Color convert

RGB182143138-
CMYK00.210.240.29
HSL6.82º23.16%62.75%-
HSV(B)6.82º24.18%71.37%-
XYZ33.731.4228.33-
YUV154.09118.92147.91-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.31%
GREEN value IS 143 (56.25% from 255) = 30.89%
BLUE value IS 138 (54.30% from 255) = 29.81%
R=39.31%
G=30.89%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214313800.210.240.296.8223.1662.75
HexB68F8A015181D7173f
Octal266217212025303572777
Binary101101101000111110001010010101110001110111110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68F8A; }

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

 H1.HeaderClassName
 {
   color: #B68F8A;
 }
 .AnyTagClassName
 {
   color: #B68F8A;
 }
</style>
background-color css

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

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

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

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

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

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