Html Css Color HEX #B58A4F Teak

📋 copy color: '#B58A4F'

red 181 ◦ green 138 ◦ blue 79

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

Shades of Teak #B58A4F

Tints of Teak #B58A4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 19.85%

R = 45.48%
G = 34.67%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#B58A4F (or 0xB58A4F) is known color: Teak. HEX triplet: B5, 8A and 4F. RGB value is (181,138,79). Sum of RGB (Red+Green+Blue) = 181+138+79=398 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.48% from 398); Green value is 138 (54.30% from 255 or 34.67% from 398); Blue value is 79 (31.25% from 255 or 19.85% from 398); Max value from RGB is 181 - color contains mainly: red. Hex color #B58A4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58A4F is #4A75B0. Grayscale: #909090. Windows color (decimal): -4879793 or 5212853. OLE color: 5212853.

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

Color convert

RGB 181 138 79 -
CMYK 0 0.24 0.56 0.29
HSL 34.71º 0.41% 0.51% -
HSV(B) 34.71º 0.56% 0.71% -
XYZ 29.56 28.57 11.35 -
YUV 144.13 91.25 154.3 -
System Red Green Blue C M Y K H S L
Decimal 181 138 79 0 0.24 0.56 0.29 34.71 0.41 0.51
Hex B5 8A 4F 0 18 38 1D 23 29 33
Octal 265 212 117 0 30 70 35 43 51 63
Binary 10110101 10001010 1001111 0 11000 111000 11101 100011 101001 110011

Color Harmonies of #B58A4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58A4F

Black with #B58A4F

Text Example


Text Example

White with #B58A4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58A4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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