Html Css Color HEX #B48E8A Thatch

📋 copy color: '#B48E8A'

red 180 ◦ green 142 ◦ blue 138

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

Shades of Thatch #B48E8A

Tints of Thatch #B48E8A

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.87%

 BLUE value IS 138 (54.3% from 255) = 30%

R = 39.13%
G = 30.87%
B = 30%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B48E8A (or 0xB48E8A) is known color: Thatch. HEX triplet: B4, 8E and 8A. RGB value is (180,142,138). Sum of RGB (Red+Green+Blue) = 180+142+138=460 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.13% from 460); Green value is 142 (55.86% from 255 or 30.87% from 460); Blue value is 138 (54.30% from 255 or 30% from 460); Max value from RGB is 180 - color contains mainly: red. Hex color #B48E8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48E8A is #4B7175. Grayscale: #989898. Windows color (decimal): -4944246 or 9080500. OLE color: 9080500.

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

Color convert

RGB 180 142 138 -
CMYK 0 0.21 0.23 0.29
HSL 5.71º 0.22% 0.62% -
HSV(B) 5.71º 0.23% 0.71% -
XYZ 33.08 30.88 28.26 -
YUV 152.91 119.59 147.33 -
System Red Green Blue C M Y K H S L
Decimal 180 142 138 0 0.21 0.23 0.29 5.71 0.22 0.62
Hex B4 8E 8A 0 15 17 1D 6 16 3E
Octal 264 216 212 0 25 27 35 6 26 76
Binary 10110100 10001110 10001010 0 10101 10111 11101 110 10110 111110

Color Harmonies of #B48E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48E8A

Black with #B48E8A

Text Example


Text Example

White with #B48E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48E8A; }

 p { color: rgb(180,142,138); }

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

background-color css

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

 a { background-color: rgb(180,142,138); }

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

border-color css

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

 span { border-color: rgb(180,142,138); }

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