Html Css Color HEX #B48457 Teak

📋 copy color: '#B48457'

red 180 ◦ green 132 ◦ blue 87

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

Shades of Teak #B48457

Tints of Teak #B48457

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.08%

 BLUE value IS 87 (34.38% from 255) = 21.8%

R = 45.11%
G = 33.08%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.52

 K value IS 0.29

RGB Variations

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

Color information

#B48457 (or 0xB48457) is known color: Teak. HEX triplet: B4, 84 and 57. RGB value is (180,132,87). Sum of RGB (Red+Green+Blue) = 180+132+87=399 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.11% from 399); Green value is 132 (51.95% from 255 or 33.08% from 399); Blue value is 87 (34.38% from 255 or 21.80% from 399); Max value from RGB is 180 - color contains mainly: red. Hex color #B48457 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48457 is #4B7BA8. Grayscale: #8D8D8D. Windows color (decimal): -4946857 or 5735604. OLE color: 5735604.

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

Color convert

RGB 180 132 87 -
CMYK 0 0.27 0.52 0.29
HSL 29.03º 0.38% 0.52% -
HSV(B) 29.03º 0.52% 0.71% -
XYZ 28.79 26.89 12.69 -
YUV 141.22 97.4 155.66 -
System Red Green Blue C M Y K H S L
Decimal 180 132 87 0 0.27 0.52 0.29 29.03 0.38 0.52
Hex B4 84 57 0 1B 34 1D 1D 26 34
Octal 264 204 127 0 33 64 35 35 46 64
Binary 10110100 10000100 1010111 0 11011 110100 11101 11101 100110 110100

Color Harmonies of #B48457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48457

Black with #B48457

Text Example


Text Example

White with #B48457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48457; }

 p { color: rgb(180,132,87); }

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

background-color css

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

 a { background-color: rgb(180,132,87); }

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

border-color css

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

 span { border-color: rgb(180,132,87); }

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