Html Css Color HEX #B48953 Teak

📋 copy color: '#B48953'

red 180 ◦ green 137 ◦ blue 83

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

Shades of Teak #B48953

Tints of Teak #B48953

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.25%

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

R = 45%
G = 34.25%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.54

 K value IS 0.29

RGB Variations

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

Color information

#B48953 (or 0xB48953) is known color: Teak. HEX triplet: B4, 89 and 53. RGB value is (180,137,83). Sum of RGB (Red+Green+Blue) = 180+137+83=400 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45% from 400); Green value is 137 (53.91% from 255 or 34.25% from 400); Blue value is 83 (32.81% from 255 or 20.75% from 400); Max value from RGB is 180 - color contains mainly: red. Hex color #B48953 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48953 is #4B76AC. Grayscale: #8F8F8F. Windows color (decimal): -4945581 or 5474740. OLE color: 5474740.

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

Color convert

RGB 180 137 83 -
CMYK 0 0.24 0.54 0.29
HSL 33.4º 0.39% 0.52% -
HSV(B) 33.4º 0.54% 0.71% -
XYZ 29.33 28.22 12.08 -
YUV 143.7 93.75 153.89 -
System Red Green Blue C M Y K H S L
Decimal 180 137 83 0 0.24 0.54 0.29 33.4 0.39 0.52
Hex B4 89 53 0 18 36 1D 21 27 34
Octal 264 211 123 0 30 66 35 41 47 64
Binary 10110100 10001001 1010011 0 11000 110110 11101 100001 100111 110100

Color Harmonies of #B48953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48953

Black with #B48953

Text Example


Text Example

White with #B48953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48953; }

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

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

background-color css

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

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

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

border-color css

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

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

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