Html Css Color HEX #B6928D Thatch

📋 copy color: '#B6928D'

red 182 ◦ green 146 ◦ blue 141

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

Shades of Thatch #B6928D

Tints of Thatch #B6928D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 31.13%

 BLUE value IS 141 (55.47% from 255) = 30.06%

R = 38.81%
G = 31.13%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B6928D (or 0xB6928D) is known color: Thatch. HEX triplet: B6, 92 and 8D. RGB value is (182,146,141). Sum of RGB (Red+Green+Blue) = 182+146+141=469 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.81% from 469); Green value is 146 (57.42% from 255 or 31.13% from 469); Blue value is 141 (55.47% from 255 or 30.06% from 469); Max value from RGB is 182 - color contains mainly: red. Hex color #B6928D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6928D is #496D72. Grayscale: #9C9C9C. Windows color (decimal): -4812147 or 9278134. OLE color: 9278134.

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

Color convert

RGB 182 146 141 -
CMYK 0 0.20 0.23 0.29
HSL 7.32º 0.22% 0.63% -
HSV(B) 7.32º 0.23% 0.71% -
XYZ 34.38 32.43 29.65 -
YUV 156.19 119.43 146.41 -
System Red Green Blue C M Y K H S L
Decimal 182 146 141 0 0.20 0.23 0.29 7.32 0.22 0.63
Hex B6 92 8D 0 14 17 1D 7 16 3F
Octal 266 222 215 0 24 27 35 7 26 77
Binary 10110110 10010010 10001101 0 10100 10111 11101 111 10110 111111

Color Harmonies of #B6928D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6928D

Black with #B6928D

Text Example


Text Example

White with #B6928D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6928D; }

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

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

background-color css

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

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

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

border-color css

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

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

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