Html Css Color HEX #B48F8B Thatch

📋 copy color: '#B48F8B'

red 180 ◦ green 143 ◦ blue 139

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

Shades of Thatch #B48F8B

Tints of Thatch #B48F8B

RGB

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

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

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

R = 38.96%
G = 30.95%
B = 30.09%

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

#B48F8B (or 0xB48F8B) is known color: Thatch. HEX triplet: B4, 8F and 8B. RGB value is (180,143,139). Sum of RGB (Red+Green+Blue) = 180+143+139=462 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.96% from 462); Green value is 143 (56.25% from 255 or 30.95% from 462); Blue value is 139 (54.69% from 255 or 30.09% from 462); Max value from RGB is 180 - color contains mainly: red. Hex color #B48F8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48F8B is #4B7074. Grayscale: #999999. Windows color (decimal): -4943989 or 9146292. OLE color: 9146292.

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

Color convert

RGB 180 143 139 -
CMYK 0 0.21 0.23 0.29
HSL 5.85º 0.21% 0.63% -
HSV(B) 5.85º 0.23% 0.71% -
XYZ 33.31 31.21 28.7 -
YUV 153.61 119.76 146.83 -
System Red Green Blue C M Y K H S L
Decimal 180 143 139 0 0.21 0.23 0.29 5.85 0.21 0.63
Hex B4 8F 8B 0 15 17 1D 6 15 3F
Octal 264 217 213 0 25 27 35 6 25 77
Binary 10110100 10001111 10001011 0 10101 10111 11101 110 10101 111111

Color Harmonies of #B48F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48F8B

Black with #B48F8B

Text Example


Text Example

White with #B48F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48F8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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