Html Css Color HEX #B48454 Teak

📋 copy color: '#B48454'

red 180 ◦ green 132 ◦ blue 84

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

Shades of Teak #B48454

Tints of Teak #B48454

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 21.21%

R = 45.45%
G = 33.33%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.53

 K value IS 0.29

RGB Variations

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

Color information

#B48454 (or 0xB48454) is known color: Teak. HEX triplet: B4, 84 and 54. RGB value is (180,132,84). Sum of RGB (Red+Green+Blue) = 180+132+84=396 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.45% from 396); Green value is 132 (51.95% from 255 or 33.33% from 396); Blue value is 84 (33.20% from 255 or 21.21% from 396); Max value from RGB is 180 - color contains mainly: red. Hex color #B48454 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48454 is #4B7BAB. Grayscale: #8D8D8D. Windows color (decimal): -4946860 or 5538996. OLE color: 5538996.

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

Color convert

RGB 180 132 84 -
CMYK 0 0.27 0.53 0.29
HSL 30º 0.39% 0.52% -
HSV(B) 30º 0.53% 0.71% -
XYZ 28.67 26.85 12.06 -
YUV 140.88 95.9 155.9 -
System Red Green Blue C M Y K H S L
Decimal 180 132 84 0 0.27 0.53 0.29 30 0.39 0.52
Hex B4 84 54 0 1B 35 1D 1E 27 34
Octal 264 204 124 0 33 65 35 36 47 64
Binary 10110100 10000100 1010100 0 11011 110101 11101 11110 100111 110100

Color Harmonies of #B48454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48454

Black with #B48454

Text Example


Text Example

White with #B48454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48454; }

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

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

background-color css

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

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

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

border-color css

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

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

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