Html Css Color HEX #B48E8B Thatch

📋 copy color: '#B48E8B'

red 180 ◦ green 142 ◦ blue 139

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

Shades of Thatch #B48E8B

Tints of Thatch #B48E8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.15%

R = 39.05%
G = 30.8%
B = 30.15%

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

#B48E8B (or 0xB48E8B) is known color: Thatch. HEX triplet: B4, 8E and 8B. RGB value is (180,142,139). Sum of RGB (Red+Green+Blue) = 180+142+139=461 (61% of max value = 765). Red value is 180 (70.70% from 255 or 39.05% from 461); Green value is 142 (55.86% from 255 or 30.80% from 461); Blue value is 139 (54.69% from 255 or 30.15% from 461); Max value from RGB is 180 - color contains mainly: red. Hex color #B48E8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48E8B is #4B7174. Grayscale: #999999. Windows color (decimal): -4944245 or 9146036. OLE color: 9146036.

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

Color convert

RGB 180 142 139 -
CMYK 0 0.21 0.23 0.29
HSL 4.39º 0.21% 0.63% -
HSV(B) 4.39º 0.23% 0.71% -
XYZ 33.16 30.91 28.65 -
YUV 153.02 120.09 147.24 -
System Red Green Blue C M Y K H S L
Decimal 180 142 139 0 0.21 0.23 0.29 4.39 0.21 0.63
Hex B4 8E 8B 0 15 17 1D 4 15 3F
Octal 264 216 213 0 25 27 35 4 25 77
Binary 10110100 10001110 10001011 0 10101 10111 11101 100 10101 111111

Color Harmonies of #B48E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48E8B

Black with #B48E8B

Text Example


Text Example

White with #B48E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48E8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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