Html Css Color HEX #B68D87 Thatch

📋 copy color: '#B68D87'

red 182 ◦ green 141 ◦ blue 135

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

Shades of Thatch #B68D87

Tints of Thatch #B68D87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 29.48%

R = 39.74%
G = 30.79%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B68D87 (or 0xB68D87) is known color: Thatch. HEX triplet: B6, 8D and 87. RGB value is (182,141,135). Sum of RGB (Red+Green+Blue) = 182+141+135=458 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.74% from 458); Green value is 141 (55.47% from 255 or 30.79% from 458); Blue value is 135 (53.12% from 255 or 29.48% from 458); Max value from RGB is 182 - color contains mainly: red. Hex color #B68D87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68D87 is #497278. Grayscale: #989898. Windows color (decimal): -4813433 or 8883638. OLE color: 8883638.

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

Color convert

RGB 182 141 135 -
CMYK 0 0.23 0.26 0.29
HSL 7.66º 0.24% 0.62% -
HSV(B) 7.66º 0.26% 0.71% -
XYZ 33.19 30.74 27.11 -
YUV 152.58 118.08 148.99 -
System Red Green Blue C M Y K H S L
Decimal 182 141 135 0 0.23 0.26 0.29 7.66 0.24 0.62
Hex B6 8D 87 0 17 1A 1D 8 18 3E
Octal 266 215 207 0 27 32 35 10 30 76
Binary 10110110 10001101 10000111 0 10111 11010 11101 1000 11000 111110

Color Harmonies of #B68D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68D87

Black with #B68D87

Text Example


Text Example

White with #B68D87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68D87; }

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

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

background-color css

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

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

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

border-color css

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

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

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