Html Css Color HEX #B58753 Teak

📋 copy color: '#B58753'

red 181 ◦ green 135 ◦ blue 83

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

Shades of Teak #B58753

Tints of Teak #B58753

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.83%

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

R = 45.36%
G = 33.83%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.54

 K value IS 0.29

RGB Variations

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

Color information

#B58753 (or 0xB58753) is known color: Teak. HEX triplet: B5, 87 and 53. RGB value is (181,135,83). Sum of RGB (Red+Green+Blue) = 181+135+83=399 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.36% from 399); Green value is 135 (53.12% from 255 or 33.83% from 399); Blue value is 83 (32.81% from 255 or 20.80% from 399); Max value from RGB is 181 - color contains mainly: red. Hex color #B58753 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58753 is #4A78AC. Grayscale: #8F8F8F. Windows color (decimal): -4880557 or 5474229. OLE color: 5474229.

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

Color convert

RGB 181 135 83 -
CMYK 0 0.25 0.54 0.29
HSL 31.84º 0.4% 0.52% -
HSV(B) 31.84º 0.54% 0.71% -
XYZ 29.28 27.78 12 -
YUV 142.83 94.24 155.23 -
System Red Green Blue C M Y K H S L
Decimal 181 135 83 0 0.25 0.54 0.29 31.84 0.4 0.52
Hex B5 87 53 0 19 36 1D 20 28 34
Octal 265 207 123 0 31 66 35 40 50 64
Binary 10110101 10000111 1010011 0 11001 110110 11101 100000 101000 110100

Color Harmonies of #B58753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58753

Black with #B58753

Text Example


Text Example

White with #B58753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58753; }

 p { color: rgb(181,135,83); }

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

background-color css

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

 a { background-color: rgb(181,135,83); }

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

border-color css

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

 span { border-color: rgb(181,135,83); }

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