Html Css Color HEX #B69088 Thatch

📋 copy color: '#B69088'

red 182 ◦ green 144 ◦ blue 136

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

Shades of Thatch #B69088

Tints of Thatch #B69088

RGB

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

 GREEN value IS 144 (56.64% from 255) = 31.17%

 BLUE value IS 136 (53.52% from 255) = 29.44%

R = 39.39%
G = 31.17%
B = 29.44%

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

#B69088 (or 0xB69088) is known color: Thatch. HEX triplet: B6, 90 and 88. RGB value is (182,144,136). Sum of RGB (Red+Green+Blue) = 182+144+136=462 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.39% from 462); Green value is 144 (56.64% from 255 or 31.17% from 462); Blue value is 136 (53.52% from 255 or 29.44% from 462); Max value from RGB is 182 - color contains mainly: red. Hex color #B69088 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B69088 is #496F77. Grayscale: #9A9A9A. Windows color (decimal): -4812664 or 8949942. OLE color: 8949942.

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

Color convert

RGB 182 144 136 -
CMYK 0 0.21 0.25 0.29
HSL 10.43º 0.24% 0.62% -
HSV(B) 10.43º 0.25% 0.71% -
XYZ 33.71 31.67 27.63 -
YUV 154.45 117.59 147.65 -
System Red Green Blue C M Y K H S L
Decimal 182 144 136 0 0.21 0.25 0.29 10.43 0.24 0.62
Hex B6 90 88 0 15 19 1D A 18 3E
Octal 266 220 210 0 25 31 35 12 30 76
Binary 10110110 10010000 10001000 0 10101 11001 11101 1010 11000 111110

Color Harmonies of #B69088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69088

Black with #B69088

Text Example


Text Example

White with #B69088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69088; }

 p { color: rgb(182,144,136); }

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

background-color css

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

 a { background-color: rgb(182,144,136); }

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

border-color css

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

 span { border-color: rgb(182,144,136); }

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