Html Css Color HEX #B58554 Teak

📋 copy color: '#B58554'

red 181 ◦ green 133 ◦ blue 84

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

Shades of Teak #B58554

Tints of Teak #B58554

RGB

 RED value IS 181 (71.09% from 255) = 45.48%

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

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

R = 45.48%
G = 33.42%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.54

 K value IS 0.29

RGB Variations

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

Color information

#B58554 (or 0xB58554) is known color: Teak. HEX triplet: B5, 85 and 54. RGB value is (181,133,84). Sum of RGB (Red+Green+Blue) = 181+133+84=398 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.48% from 398); Green value is 133 (52.34% from 255 or 33.42% from 398); Blue value is 84 (33.20% from 255 or 21.11% from 398); Max value from RGB is 181 - color contains mainly: red. Hex color #B58554 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58554 is #4A7AAB. Grayscale: #8E8E8E. Windows color (decimal): -4881068 or 5539253. OLE color: 5539253.

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

Color convert

RGB 181 133 84 -
CMYK 0 0.27 0.54 0.29
HSL 30.31º 0.4% 0.52% -
HSV(B) 30.31º 0.54% 0.71% -
XYZ 29.04 27.24 12.11 -
YUV 141.77 95.4 155.98 -
System Red Green Blue C M Y K H S L
Decimal 181 133 84 0 0.27 0.54 0.29 30.31 0.4 0.52
Hex B5 85 54 0 1B 36 1D 1E 28 34
Octal 265 205 124 0 33 66 35 36 50 64
Binary 10110101 10000101 1010100 0 11011 110110 11101 11110 101000 110100

Color Harmonies of #B58554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58554

Black with #B58554

Text Example


Text Example

White with #B58554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58554; }

 p { color: rgb(181,133,84); }

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

background-color css

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

 a { background-color: rgb(181,133,84); }

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

border-color css

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

 span { border-color: rgb(181,133,84); }

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