Html Css Color HEX #B48D53 Teak

📋 copy color: '#B48D53'

red 180 ◦ green 141 ◦ blue 83

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

Shades of Teak #B48D53

Tints of Teak #B48D53

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.9%

 BLUE value IS 83 (32.81% from 255) = 20.54%

R = 44.55%
G = 34.9%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.54

 K value IS 0.29

RGB Variations

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

Color information

#B48D53 (or 0xB48D53) is known color: Teak. HEX triplet: B4, 8D and 53. RGB value is (180,141,83). Sum of RGB (Red+Green+Blue) = 180+141+83=404 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.55% from 404); Green value is 141 (55.47% from 255 or 34.90% from 404); Blue value is 83 (32.81% from 255 or 20.54% from 404); Max value from RGB is 180 - color contains mainly: red. Hex color #B48D53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48D53 is #4B72AC. Grayscale: #929292. Windows color (decimal): -4944557 or 5475764. OLE color: 5475764.

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

Color convert

RGB 180 141 83 -
CMYK 0 0.22 0.54 0.29
HSL 35.88º 0.39% 0.52% -
HSV(B) 35.88º 0.54% 0.71% -
XYZ 29.91 29.38 12.28 -
YUV 146.05 92.42 152.22 -
System Red Green Blue C M Y K H S L
Decimal 180 141 83 0 0.22 0.54 0.29 35.88 0.39 0.52
Hex B4 8D 53 0 16 36 1D 24 27 34
Octal 264 215 123 0 26 66 35 44 47 64
Binary 10110100 10001101 1010011 0 10110 110110 11101 100100 100111 110100

Color Harmonies of #B48D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48D53

Black with #B48D53

Text Example


Text Example

White with #B48D53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48D53; }

 p { color: rgb(180,141,83); }

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

background-color css

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

 a { background-color: rgb(180,141,83); }

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

border-color css

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

 span { border-color: rgb(180,141,83); }

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