Html Css Color HEX #B4948C Thatch

📋 copy color: '#B4948C'

red 180 ◦ green 148 ◦ blue 140

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

Shades of Thatch #B4948C

Tints of Thatch #B4948C

RGB

 RED value IS 180 (70.7% from 255) = 38.46%

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

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

R = 38.46%
G = 31.62%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B4948C (or 0xB4948C) is known color: Thatch. HEX triplet: B4, 94 and 8C. RGB value is (180,148,140). Sum of RGB (Red+Green+Blue) = 180+148+140=468 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.46% from 468); Green value is 148 (58.20% from 255 or 31.62% from 468); Blue value is 140 (55.08% from 255 or 29.91% from 468); Max value from RGB is 180 - color contains mainly: red. Hex color #B4948C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4948C is #4B6B73. Grayscale: #9C9C9C. Windows color (decimal): -4942708 or 9213108. OLE color: 9213108.

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

Color convert

RGB 180 148 140 -
CMYK 0 0.18 0.22 0.29
HSL 12º 0.21% 0.63% -
HSV(B) 12º 0.22% 0.71% -
XYZ 34.15 32.78 29.34 -
YUV 156.66 118.6 144.65 -
System Red Green Blue C M Y K H S L
Decimal 180 148 140 0 0.18 0.22 0.29 12 0.21 0.63
Hex B4 94 8C 0 12 16 1D C 15 3F
Octal 264 224 214 0 22 26 35 14 25 77
Binary 10110100 10010100 10001100 0 10010 10110 11101 1100 10101 111111

Color Harmonies of #B4948C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4948C

Black with #B4948C

Text Example


Text Example

White with #B4948C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4948C; }

 p { color: rgb(180,148,140); }

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

background-color css

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

 a { background-color: rgb(180,148,140); }

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

border-color css

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

 span { border-color: rgb(180,148,140); }

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