Html Css Color HEX #B68258 Teak

📋 copy color: '#B68258'

red 182 ◦ green 130 ◦ blue 88

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

Shades of Teak #B68258

Tints of Teak #B68258

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.5%

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

R = 45.5%
G = 32.5%
B = 22%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.52

 K value IS 0.29

RGB Variations

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

Color information

#B68258 (or 0xB68258) is known color: Teak. HEX triplet: B6, 82 and 58. RGB value is (182,130,88). Sum of RGB (Red+Green+Blue) = 182+130+88=400 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.5% from 400); Green value is 130 (51.17% from 255 or 32.5% from 400); Blue value is 88 (34.77% from 255 or 22% from 400); Max value from RGB is 182 - color contains mainly: red. Hex color #B68258 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68258 is #497DA7. Grayscale: #8C8C8C. Windows color (decimal): -4816296 or 5800630. OLE color: 5800630.

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

Color convert

RGB 182 130 88 -
CMYK 0 0.29 0.52 0.29
HSL 26.81º 0.39% 0.53% -
HSV(B) 26.81º 0.52% 0.71% -
XYZ 29.04 26.61 12.84 -
YUV 140.76 98.23 157.42 -
System Red Green Blue C M Y K H S L
Decimal 182 130 88 0 0.29 0.52 0.29 26.81 0.39 0.53
Hex B6 82 58 0 1D 34 1D 1B 27 35
Octal 266 202 130 0 35 64 35 33 47 65
Binary 10110110 10000010 1011000 0 11101 110100 11101 11011 100111 110101

Color Harmonies of #B68258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68258

Black with #B68258

Text Example


Text Example

White with #B68258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68258; }

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

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

background-color css

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

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

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

border-color css

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

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

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