Html Css Color HEX #B7948D Thatch

📋 copy color: '#B7948D'

red 183 ◦ green 148 ◦ blue 141

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

Shades of Thatch #B7948D

Tints of Thatch #B7948D

RGB

 RED value IS 183 (71.88% from 255) = 38.77%

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

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

R = 38.77%
G = 31.36%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.23

 K value IS 0.28

RGB Variations

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

Color information

#B7948D (or 0xB7948D) is known color: Thatch. HEX triplet: B7, 94 and 8D. RGB value is (183,148,141). Sum of RGB (Red+Green+Blue) = 183+148+141=472 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.77% from 472); Green value is 148 (58.20% from 255 or 31.36% from 472); Blue value is 141 (55.47% from 255 or 29.87% from 472); Max value from RGB is 183 - color contains mainly: red. Hex color #B7948D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7948D is #486B72. Grayscale: #9D9D9D. Windows color (decimal): -4746099 or 9278647. OLE color: 9278647.

HSL color Cylindrical-coordinate representation of color #B7948D: hue angle of 10º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B7948D is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 148 141 -
CMYK 0 0.19 0.23 0.28
HSL 10º 0.23% 0.64% -
HSV(B) 10º 0.23% 0.72% -
XYZ 34.93 33.17 29.76 -
YUV 157.67 118.6 146.07 -
System Red Green Blue C M Y K H S L
Decimal 183 148 141 0 0.19 0.23 0.28 10 0.23 0.64
Hex B7 94 8D 0 13 17 1C A 17 40
Octal 267 224 215 0 23 27 34 12 27 100
Binary 10110111 10010100 10001101 0 10011 10111 11100 1010 10111 1000000

Color Harmonies of #B7948D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7948D

Black with #B7948D

Text Example


Text Example

White with #B7948D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7948D; }

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

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

background-color css

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

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

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

border-color css

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

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

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