Html Css Color HEX #B68F89 Thatch

📋 copy color: '#B68F89'

red 182 ◦ green 143 ◦ blue 137

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

Shades of Thatch #B68F89

Tints of Thatch #B68F89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 29.65%

R = 39.39%
G = 30.95%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#B68F89 (or 0xB68F89) is known color: Thatch. HEX triplet: B6, 8F and 89. RGB value is (182,143,137). Sum of RGB (Red+Green+Blue) = 182+143+137=462 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.39% from 462); Green value is 143 (56.25% from 255 or 30.95% from 462); Blue value is 137 (53.91% from 255 or 29.65% from 462); Max value from RGB is 182 - color contains mainly: red. Hex color #B68F89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68F89 is #497076. Grayscale: #9A9A9A. Windows color (decimal): -4812919 or 9015222. OLE color: 9015222.

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

Color convert

RGB 182 143 137 -
CMYK 0 0.21 0.25 0.29
HSL 0.24% 0.63% -
HSV(B) 0.25% 0.71% -
XYZ 33.63 31.4 27.95 -
YUV 153.98 118.42 147.99 -
System Red Green Blue C M Y K H S L
Decimal 182 143 137 0 0.21 0.25 0.29 8 0.24 0.63
Hex B6 8F 89 0 15 19 1D 8 18 3F
Octal 266 217 211 0 25 31 35 10 30 77
Binary 10110110 10001111 10001001 0 10101 11001 11101 1000 11000 111111

Color Harmonies of #B68F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68F89

Black with #B68F89

Text Example


Text Example

White with #B68F89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68F89; }

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

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

background-color css

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

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

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

border-color css

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

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

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