Html Css Color HEX #B48557 Teak

📋 copy color: '#B48557'

red 180 ◦ green 133 ◦ blue 87

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

Shades of Teak #B48557

Tints of Teak #B48557

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.25%

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

R = 45%
G = 33.25%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.52

 K value IS 0.29

RGB Variations

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

Color information

#B48557 (or 0xB48557) is known color: Teak. HEX triplet: B4, 85 and 57. RGB value is (180,133,87). Sum of RGB (Red+Green+Blue) = 180+133+87=400 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45% from 400); Green value is 133 (52.34% from 255 or 33.25% from 400); Blue value is 87 (34.38% from 255 or 21.75% from 400); Max value from RGB is 180 - color contains mainly: red. Hex color #B48557 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48557 is #4B7AA8. Grayscale: #8E8E8E. Windows color (decimal): -4946601 or 5735860. OLE color: 5735860.

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

Color convert

RGB 180 133 87 -
CMYK 0 0.26 0.52 0.29
HSL 29.68º 0.38% 0.52% -
HSV(B) 29.68º 0.52% 0.71% -
XYZ 28.93 27.17 12.74 -
YUV 141.81 97.07 155.24 -
System Red Green Blue C M Y K H S L
Decimal 180 133 87 0 0.26 0.52 0.29 29.68 0.38 0.52
Hex B4 85 57 0 1A 34 1D 1E 26 34
Octal 264 205 127 0 32 64 35 36 46 64
Binary 10110100 10000101 1010111 0 11010 110100 11101 11110 100110 110100

Color Harmonies of #B48557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48557

Black with #B48557

Text Example


Text Example

White with #B48557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48557; }

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

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

background-color css

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

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

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

border-color css

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

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

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