Html Css Color HEX #B2948E Thatch

📋 copy color: '#B2948E'

red 178 ◦ green 148 ◦ blue 142

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

Shades of Thatch #B2948E

Tints of Thatch #B2948E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 30.34%

R = 38.03%
G = 31.62%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B2948E (or 0xB2948E) is known color: Thatch. HEX triplet: B2, 94 and 8E. RGB value is (178,148,142). Sum of RGB (Red+Green+Blue) = 178+148+142=468 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.03% from 468); Green value is 148 (58.20% from 255 or 31.62% from 468); Blue value is 142 (55.86% from 255 or 30.34% from 468); Max value from RGB is 178 - color contains mainly: red. Hex color #B2948E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2948E is #4D6B71. Grayscale: #9C9C9C. Windows color (decimal): -5073778 or 9344178. OLE color: 9344178.

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

Color convert

RGB 178 148 142 -
CMYK 0 0.17 0.20 0.30
HSL 10º 0.19% 0.63% -
HSV(B) 10º 0.2% 0.7% -
XYZ 33.83 32.6 30.1 -
YUV 156.29 119.94 143.49 -
System Red Green Blue C M Y K H S L
Decimal 178 148 142 0 0.17 0.20 0.30 10 0.19 0.63
Hex B2 94 8E 0 11 14 1E A 13 3F
Octal 262 224 216 0 21 24 36 12 23 77
Binary 10110010 10010100 10001110 0 10001 10100 11110 1010 10011 111111

Color Harmonies of #B2948E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2948E

Black with #B2948E

Text Example


Text Example

White with #B2948E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2948E; }

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

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

background-color css

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

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

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

border-color css

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

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

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