Html Css Color HEX #B69592 Thatch

📋 copy color: '#B69592'

red 182 ◦ green 149 ◦ blue 146

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

Shades of Thatch #B69592

Tints of Thatch #B69592

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.24%

 BLUE value IS 146 (57.42% from 255) = 30.61%

R = 38.16%
G = 31.24%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#B69592 (or 0xB69592) is known color: Thatch. HEX triplet: B6, 95 and 92. RGB value is (182,149,146). Sum of RGB (Red+Green+Blue) = 182+149+146=477 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.16% from 477); Green value is 149 (58.59% from 255 or 31.24% from 477); Blue value is 146 (57.42% from 255 or 30.61% from 477); Max value from RGB is 182 - color contains mainly: red. Hex color #B69592 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B69592 is #496A6D. Grayscale: #9E9E9E. Windows color (decimal): -4811374 or 9606582. OLE color: 9606582.

HSL color Cylindrical-coordinate representation of color #B69592: hue angle of 5º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B69592 is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 149 146 -
CMYK 0 0.18 0.20 0.29
HSL 0.2% 0.64% -
HSV(B) 0.2% 0.71% -
XYZ 35.23 33.52 31.81 -
YUV 158.53 120.93 144.74 -
System Red Green Blue C M Y K H S L
Decimal 182 149 146 0 0.18 0.20 0.29 5 0.2 0.64
Hex B6 95 92 0 12 14 1D 5 14 40
Octal 266 225 222 0 22 24 35 5 24 100
Binary 10110110 10010101 10010010 0 10010 10100 11101 101 10100 1000000

Color Harmonies of #B69592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69592

Black with #B69592

Text Example


Text Example

White with #B69592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69592; }

 p { color: rgb(182,149,146); }

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

background-color css

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

 a { background-color: rgb(182,149,146); }

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

border-color css

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

 span { border-color: rgb(182,149,146); }

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