Html Css Color HEX #B48F8C Thatch

📋 copy color: '#B48F8C'

red 180 ◦ green 143 ◦ blue 140

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

Shades of Thatch #B48F8C

Tints of Thatch #B48F8C

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.89%

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

R = 38.88%
G = 30.89%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B48F8C (or 0xB48F8C) is known color: Thatch. HEX triplet: B4, 8F and 8C. RGB value is (180,143,140). Sum of RGB (Red+Green+Blue) = 180+143+140=463 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.88% from 463); Green value is 143 (56.25% from 255 or 30.89% from 463); Blue value is 140 (55.08% from 255 or 30.24% from 463); Max value from RGB is 180 - color contains mainly: red. Hex color #B48F8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48F8C is #4B7073. Grayscale: #999999. Windows color (decimal): -4943988 or 9211828. OLE color: 9211828.

HSL color Cylindrical-coordinate representation of color #B48F8C: hue angle of 4.5º 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 #B48F8C is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 143 140 -
CMYK 0 0.21 0.22 0.29
HSL 4.5º 0.21% 0.63% -
HSV(B) 4.5º 0.22% 0.71% -
XYZ 33.38 31.24 29.08 -
YUV 153.72 120.26 146.74 -
System Red Green Blue C M Y K H S L
Decimal 180 143 140 0 0.21 0.22 0.29 4.5 0.21 0.63
Hex B4 8F 8C 0 15 16 1D 4 15 3F
Octal 264 217 214 0 25 26 35 4 25 77
Binary 10110100 10001111 10001100 0 10101 10110 11101 100 10101 111111

Color Harmonies of #B48F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48F8C

Black with #B48F8C

Text Example


Text Example

White with #B48F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48F8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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