Html Css Color HEX #B58752 Teak

📋 copy color: '#B58752'

red 181 ◦ green 135 ◦ blue 82

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

Shades of Teak #B58752

Tints of Teak #B58752

RGB

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

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

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

R = 45.48%
G = 33.92%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.55

 K value IS 0.29

RGB Variations

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

Color information

#B58752 (or 0xB58752) is known color: Teak. HEX triplet: B5, 87 and 52. RGB value is (181,135,82). Sum of RGB (Red+Green+Blue) = 181+135+82=398 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.48% from 398); Green value is 135 (53.12% from 255 or 33.92% from 398); Blue value is 82 (32.42% from 255 or 20.60% from 398); Max value from RGB is 181 - color contains mainly: red. Hex color #B58752 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58752 is #4A78AD. Grayscale: #8E8E8E. Windows color (decimal): -4880558 or 5408693. OLE color: 5408693.

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

Color convert

RGB 181 135 82 -
CMYK 0 0.25 0.55 0.29
HSL 32.12º 0.4% 0.52% -
HSV(B) 32.12º 0.55% 0.71% -
XYZ 29.24 27.76 11.8 -
YUV 142.71 93.74 155.31 -
System Red Green Blue C M Y K H S L
Decimal 181 135 82 0 0.25 0.55 0.29 32.12 0.4 0.52
Hex B5 87 52 0 19 37 1D 20 28 34
Octal 265 207 122 0 31 67 35 40 50 64
Binary 10110101 10000111 1010010 0 11001 110111 11101 100000 101000 110100

Color Harmonies of #B58752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58752

Black with #B58752

Text Example


Text Example

White with #B58752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58752; }

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

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

background-color css

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

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

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

border-color css

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

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

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