Html Css Color HEX #B2928A Thatch

📋 copy color: '#B2928A'

red 178 ◦ green 146 ◦ blue 138

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

Shades of Thatch #B2928A

Tints of Thatch #B2928A

RGB

 RED value IS 178 (69.92% from 255) = 38.53%

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

 BLUE value IS 138 (54.3% from 255) = 29.87%

R = 38.53%
G = 31.6%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B2928A (or 0xB2928A) is known color: Thatch. HEX triplet: B2, 92 and 8A. RGB value is (178,146,138). Sum of RGB (Red+Green+Blue) = 178+146+138=462 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.53% from 462); Green value is 146 (57.42% from 255 or 31.60% from 462); Blue value is 138 (54.30% from 255 or 29.87% from 462); Max value from RGB is 178 - color contains mainly: red. Hex color #B2928A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2928A is #4D6D75. Grayscale: #9A9A9A. Windows color (decimal): -5074294 or 9081522. OLE color: 9081522.

HSL color Cylindrical-coordinate representation of color #B2928A: hue angle of 12º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B2928A is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 146 138 -
CMYK 0 0.18 0.22 0.30
HSL 12º 0.21% 0.62% -
HSV(B) 12º 0.22% 0.7% -
XYZ 33.23 31.86 28.44 -
YUV 154.66 118.6 144.65 -
System Red Green Blue C M Y K H S L
Decimal 178 146 138 0 0.18 0.22 0.30 12 0.21 0.62
Hex B2 92 8A 0 12 16 1E C 15 3E
Octal 262 222 212 0 22 26 36 14 25 76
Binary 10110010 10010010 10001010 0 10010 10110 11110 1100 10101 111110

Color Harmonies of #B2928A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2928A

Black with #B2928A

Text Example


Text Example

White with #B2928A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2928A; }

 p { color: rgb(178,146,138); }

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

background-color css

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

 a { background-color: rgb(178,146,138); }

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

border-color css

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

 span { border-color: rgb(178,146,138); }

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