Html Css Color HEX #B3948E Thatch

📋 copy color: '#B3948E'

red 179 ◦ green 148 ◦ blue 142

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

Shades of Thatch #B3948E

Tints of Thatch #B3948E

RGB

 RED value IS 179 (70.31% from 255) = 38.17%

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

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

R = 38.17%
G = 31.56%
B = 30.28%

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

#B3948E (or 0xB3948E) is known color: Thatch. HEX triplet: B3, 94 and 8E. RGB value is (179,148,142). Sum of RGB (Red+Green+Blue) = 179+148+142=469 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.17% from 469); Green value is 148 (58.20% from 255 or 31.56% from 469); Blue value is 142 (55.86% from 255 or 30.28% from 469); Max value from RGB is 179 - color contains mainly: red. Hex color #B3948E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3948E is #4C6B71. Grayscale: #9C9C9C. Windows color (decimal): -5008242 or 9344179. OLE color: 9344179.

HSL color Cylindrical-coordinate representation of color #B3948E: hue angle of 9.73º degrees, saturation: 0.2, 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 #B3948E is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 148 142 -
CMYK 0 0.17 0.21 0.30
HSL 9.73º 0.2% 0.63% -
HSV(B) 9.73º 0.21% 0.7% -
XYZ 34.06 32.72 30.11 -
YUV 156.59 119.77 143.99 -
System Red Green Blue C M Y K H S L
Decimal 179 148 142 0 0.17 0.21 0.30 9.73 0.2 0.63
Hex B3 94 8E 0 11 15 1E A 14 3F
Octal 263 224 216 0 21 25 36 12 24 77
Binary 10110011 10010100 10001110 0 10001 10101 11110 1010 10100 111111

Color Harmonies of #B3948E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3948E

Black with #B3948E

Text Example


Text Example

White with #B3948E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3948E; }

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

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

background-color css

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

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

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

border-color css

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

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

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