Html Css Color HEX #B68458 Teak

📋 copy color: '#B68458'

red 182 ◦ green 132 ◦ blue 88

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

Shades of Teak #B68458

Tints of Teak #B68458

RGB

 RED value IS 182 (71.48% from 255) = 45.27%

 GREEN value IS 132 (51.95% from 255) = 32.84%

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

R = 45.27%
G = 32.84%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.52

 K value IS 0.29

RGB Variations

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

Color information

#B68458 (or 0xB68458) is known color: Teak. HEX triplet: B6, 84 and 58. RGB value is (182,132,88). Sum of RGB (Red+Green+Blue) = 182+132+88=402 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.27% from 402); Green value is 132 (51.95% from 255 or 32.84% from 402); Blue value is 88 (34.77% from 255 or 21.89% from 402); Max value from RGB is 182 - color contains mainly: red. Hex color #B68458 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68458 is #497BA7. Grayscale: #8E8E8E. Windows color (decimal): -4815784 or 5801142. OLE color: 5801142.

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

Color convert

RGB 182 132 88 -
CMYK 0 0.27 0.52 0.29
HSL 28.09º 0.39% 0.53% -
HSV(B) 28.09º 0.52% 0.71% -
XYZ 29.3 27.15 12.93 -
YUV 141.93 97.57 156.58 -
System Red Green Blue C M Y K H S L
Decimal 182 132 88 0 0.27 0.52 0.29 28.09 0.39 0.53
Hex B6 84 58 0 1B 34 1D 1C 27 35
Octal 266 204 130 0 33 64 35 34 47 65
Binary 10110110 10000100 1011000 0 11011 110100 11101 11100 100111 110101

Color Harmonies of #B68458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68458

Black with #B68458

Text Example


Text Example

White with #B68458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68458; }

 p { color: rgb(182,132,88); }

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

background-color css

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

 a { background-color: rgb(182,132,88); }

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

border-color css

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

 span { border-color: rgb(182,132,88); }

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