Html Css Color HEX #B58652 Teak

📋 copy color: '#B58652'

red 181 ◦ green 134 ◦ blue 82

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

Shades of Teak #B58652

Tints of Teak #B58652

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.75%

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

R = 45.59%
G = 33.75%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.55

 K value IS 0.29

RGB Variations

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

Color information

#B58652 (or 0xB58652) is known color: Teak. HEX triplet: B5, 86 and 52. RGB value is (181,134,82). Sum of RGB (Red+Green+Blue) = 181+134+82=397 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.59% from 397); Green value is 134 (52.73% from 255 or 33.75% from 397); Blue value is 82 (32.42% from 255 or 20.65% from 397); Max value from RGB is 181 - color contains mainly: red. Hex color #B58652 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58652 is #4A79AD. Grayscale: #8E8E8E. Windows color (decimal): -4880814 or 5408437. OLE color: 5408437.

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

Color convert

RGB 181 134 82 -
CMYK 0 0.26 0.55 0.29
HSL 31.52º 0.4% 0.52% -
HSV(B) 31.52º 0.55% 0.71% -
XYZ 29.1 27.48 11.75 -
YUV 142.13 94.07 155.73 -
System Red Green Blue C M Y K H S L
Decimal 181 134 82 0 0.26 0.55 0.29 31.52 0.4 0.52
Hex B5 86 52 0 1A 37 1D 20 28 34
Octal 265 206 122 0 32 67 35 40 50 64
Binary 10110101 10000110 1010010 0 11010 110111 11101 100000 101000 110100

Color Harmonies of #B58652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58652

Black with #B58652

Text Example


Text Example

White with #B58652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58652; }

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

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

background-color css

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

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

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

border-color css

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

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

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