Html Css Color HEX #B2928C Thatch

📋 copy color: '#B2928C'

red 178 ◦ green 146 ◦ blue 140

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

Shades of Thatch #B2928C

Tints of Thatch #B2928C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.17%

R = 38.36%
G = 31.47%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B2928C (or 0xB2928C) is known color: Thatch. HEX triplet: B2, 92 and 8C. RGB value is (178,146,140). Sum of RGB (Red+Green+Blue) = 178+146+140=464 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.36% from 464); Green value is 146 (57.42% from 255 or 31.47% from 464); Blue value is 140 (55.08% from 255 or 30.17% from 464); Max value from RGB is 178 - color contains mainly: red. Hex color #B2928C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2928C is #4D6D73. Grayscale: #9A9A9A. Windows color (decimal): -5074292 or 9212594. OLE color: 9212594.

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

Color convert

RGB 178 146 140 -
CMYK 0 0.18 0.21 0.30
HSL 9.47º 0.2% 0.62% -
HSV(B) 9.47º 0.21% 0.7% -
XYZ 33.37 31.92 29.21 -
YUV 154.88 119.6 144.49 -
System Red Green Blue C M Y K H S L
Decimal 178 146 140 0 0.18 0.21 0.30 9.47 0.2 0.62
Hex B2 92 8C 0 12 15 1E 9 14 3E
Octal 262 222 214 0 22 25 36 11 24 76
Binary 10110010 10010010 10001100 0 10010 10101 11110 1001 10100 111110

Color Harmonies of #B2928C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2928C

Black with #B2928C

Text Example


Text Example

White with #B2928C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2928C; }

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

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

background-color css

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

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

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

border-color css

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

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

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