Html Css Color HEX #B58A52 Teak

📋 copy color: '#B58A52'

red 181 ◦ green 138 ◦ blue 82

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

Shades of Teak #B58A52

Tints of Teak #B58A52

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.41%

 BLUE value IS 82 (32.42% from 255) = 20.45%

R = 45.14%
G = 34.41%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.55

 K value IS 0.29

RGB Variations

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

Color information

#B58A52 (or 0xB58A52) is known color: Teak. HEX triplet: B5, 8A and 52. RGB value is (181,138,82). Sum of RGB (Red+Green+Blue) = 181+138+82=401 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.14% from 401); Green value is 138 (54.30% from 255 or 34.41% from 401); Blue value is 82 (32.42% from 255 or 20.45% from 401); Max value from RGB is 181 - color contains mainly: red. Hex color #B58A52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58A52 is #4A75AD. Grayscale: #909090. Windows color (decimal): -4879790 or 5409461. OLE color: 5409461.

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

Color convert

RGB 181 138 82 -
CMYK 0 0.24 0.55 0.29
HSL 33.94º 0.4% 0.52% -
HSV(B) 33.94º 0.55% 0.71% -
XYZ 29.67 28.61 11.94 -
YUV 144.47 92.75 154.05 -
System Red Green Blue C M Y K H S L
Decimal 181 138 82 0 0.24 0.55 0.29 33.94 0.4 0.52
Hex B5 8A 52 0 18 37 1D 22 28 34
Octal 265 212 122 0 30 67 35 42 50 64
Binary 10110101 10001010 1010010 0 11000 110111 11101 100010 101000 110100

Color Harmonies of #B58A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58A52

Black with #B58A52

Text Example


Text Example

White with #B58A52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58A52; }

 p { color: rgb(181,138,82); }

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

background-color css

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

 a { background-color: rgb(181,138,82); }

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

border-color css

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

 span { border-color: rgb(181,138,82); }

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