Html Css Color HEX #B9948F Thatch

📋 copy color: '#B9948F'

red 185 ◦ green 148 ◦ blue 143

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

Shades of Thatch #B9948F

Tints of Thatch #B9948F

RGB

 RED value IS 185 (72.66% from 255) = 38.87%

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

 BLUE value IS 143 (56.25% from 255) = 30.04%

R = 38.87%
G = 31.09%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#B9948F (or 0xB9948F) is known color: Thatch. HEX triplet: B9, 94 and 8F. RGB value is (185,148,143). Sum of RGB (Red+Green+Blue) = 185+148+143=476 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.87% from 476); Green value is 148 (58.20% from 255 or 31.09% from 476); Blue value is 143 (56.25% from 255 or 30.04% from 476); Max value from RGB is 185 - color contains mainly: red. Hex color #B9948F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9948F is #466B70. Grayscale: #9E9E9E. Windows color (decimal): -4615025 or 9409721. OLE color: 9409721.

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

Color convert

RGB 185 148 143 -
CMYK 0 0.20 0.23 0.27
HSL 7.14º 0.23% 0.64% -
HSV(B) 7.14º 0.23% 0.73% -
XYZ 35.56 33.48 30.57 -
YUV 158.49 119.26 146.91 -
System Red Green Blue C M Y K H S L
Decimal 185 148 143 0 0.20 0.23 0.27 7.14 0.23 0.64
Hex B9 94 8F 0 14 17 1B 7 17 40
Octal 271 224 217 0 24 27 33 7 27 100
Binary 10111001 10010100 10001111 0 10100 10111 11011 111 10111 1000000

Color Harmonies of #B9948F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9948F

Black with #B9948F

Text Example


Text Example

White with #B9948F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9948F; }

 p { color: rgb(185,148,143); }

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

background-color css

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

 a { background-color: rgb(185,148,143); }

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

border-color css

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

 span { border-color: rgb(185,148,143); }

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