Html Css Color HEX #B58658 Teak

📋 copy color: '#B58658'

red 181 ◦ green 134 ◦ blue 88

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

Shades of Teak #B58658

Tints of Teak #B58658

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 21.84%

R = 44.91%
G = 33.25%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#B58658 (or 0xB58658) is known color: Teak. HEX triplet: B5, 86 and 58. RGB value is (181,134,88). Sum of RGB (Red+Green+Blue) = 181+134+88=403 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.91% from 403); Green value is 134 (52.73% from 255 or 33.25% from 403); Blue value is 88 (34.77% from 255 or 21.84% from 403); Max value from RGB is 181 - color contains mainly: red. Hex color #B58658 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58658 is #4A79A7. Grayscale: #8F8F8F. Windows color (decimal): -4880808 or 5801653. OLE color: 5801653.

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

Color convert

RGB 181 134 88 -
CMYK 0 0.26 0.51 0.29
HSL 29.68º 0.39% 0.53% -
HSV(B) 29.68º 0.51% 0.71% -
XYZ 29.34 27.58 13.01 -
YUV 142.81 97.07 155.24 -
System Red Green Blue C M Y K H S L
Decimal 181 134 88 0 0.26 0.51 0.29 29.68 0.39 0.53
Hex B5 86 58 0 1A 33 1D 1E 27 35
Octal 265 206 130 0 32 63 35 36 47 65
Binary 10110101 10000110 1011000 0 11010 110011 11101 11110 100111 110101

Color Harmonies of #B58658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58658

Black with #B58658

Text Example


Text Example

White with #B58658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58658; }

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

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

background-color css

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

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

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

border-color css

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

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

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