Html Css Color HEX #B68F8A Thatch

📋 copy color: '#B68F8A'

red 182 ◦ green 143 ◦ blue 138

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

Shades of Thatch #B68F8A

Tints of Thatch #B68F8A

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.3% from 255) = 29.81%

R = 39.31%
G = 30.89%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B68F8A (or 0xB68F8A) is known color: 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

RGB 182 143 138 -
CMYK 0 0.21 0.24 0.29
HSL 6.82º 0.23% 0.63% -
HSV(B) 6.82º 0.24% 0.71% -
XYZ 33.7 31.42 28.33 -
YUV 154.09 118.92 147.91 -
System Red Green Blue C M Y K H S L
Decimal 182 143 138 0 0.21 0.24 0.29 6.82 0.23 0.63
Hex B6 8F 8A 0 15 18 1D 7 17 3F
Octal 266 217 212 0 25 30 35 7 27 77
Binary 10110110 10001111 10001010 0 10101 11000 11101 111 10111 111111

Color Harmonies of #B68F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68F8A

Black with #B68F8A

Text Example


Text Example

White with #B68F8A

Text Example


Text Example

HTML Codes & Css Web 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>