Html Css Color HEX #B2948D Thatch

📋 copy color: '#B2948D'

red 178 ◦ green 148 ◦ blue 141

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

Shades of Thatch #B2948D

Tints of Thatch #B2948D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.69%

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

R = 38.12%
G = 31.69%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B2948D (or 0xB2948D) is known color: Thatch. HEX triplet: B2, 94 and 8D. RGB value is (178,148,141). Sum of RGB (Red+Green+Blue) = 178+148+141=467 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.12% from 467); Green value is 148 (58.20% from 255 or 31.69% from 467); Blue value is 141 (55.47% from 255 or 30.19% from 467); Max value from RGB is 178 - color contains mainly: red. Hex color #B2948D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2948D is #4D6B72. Grayscale: #9C9C9C. Windows color (decimal): -5073779 or 9278642. OLE color: 9278642.

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

Color convert

RGB 178 148 141 -
CMYK 0 0.17 0.21 0.30
HSL 11.35º 0.19% 0.63% -
HSV(B) 11.35º 0.21% 0.7% -
XYZ 33.76 32.57 29.71 -
YUV 156.17 119.44 143.57 -
System Red Green Blue C M Y K H S L
Decimal 178 148 141 0 0.17 0.21 0.30 11.35 0.19 0.63
Hex B2 94 8D 0 11 15 1E B 13 3F
Octal 262 224 215 0 21 25 36 13 23 77
Binary 10110010 10010100 10001101 0 10001 10101 11110 1011 10011 111111

Color Harmonies of #B2948D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2948D

Black with #B2948D

Text Example


Text Example

White with #B2948D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2948D; }

 p { color: rgb(178,148,141); }

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

background-color css

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

 a { background-color: rgb(178,148,141); }

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

border-color css

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

 span { border-color: rgb(178,148,141); }

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