Html Css Color HEX #B68853 Teak

📋 copy color: '#B68853'

red 182 ◦ green 136 ◦ blue 83

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

Shades of Teak #B68853

Tints of Teak #B68853

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.92%

 BLUE value IS 83 (32.81% from 255) = 20.7%

R = 45.39%
G = 33.92%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.54

 K value IS 0.29

RGB Variations

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

Color information

#B68853 (or 0xB68853) is known color: Teak. HEX triplet: B6, 88 and 53. RGB value is (182,136,83). Sum of RGB (Red+Green+Blue) = 182+136+83=401 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.39% from 401); Green value is 136 (53.52% from 255 or 33.92% from 401); Blue value is 83 (32.81% from 255 or 20.70% from 401); Max value from RGB is 182 - color contains mainly: red. Hex color #B68853 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68853 is #4977AC. Grayscale: #8F8F8F. Windows color (decimal): -4814765 or 5474486. OLE color: 5474486.

HSL color Cylindrical-coordinate representation of color #B68853: 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.54%. Process color model (Four color, CMYK) of #B68853 is Cyan = 0, Magento = 0.25, Yellow = 0.54 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 136 83 -
CMYK 0 0.25 0.54 0.29
HSL 32.12º 0.4% 0.52% -
HSV(B) 32.12º 0.54% 0.71% -
XYZ 29.66 28.18 12.06 -
YUV 143.71 93.74 155.31 -
System Red Green Blue C M Y K H S L
Decimal 182 136 83 0 0.25 0.54 0.29 32.12 0.4 0.52
Hex B6 88 53 0 19 36 1D 20 28 34
Octal 266 210 123 0 31 66 35 40 50 64
Binary 10110110 10001000 1010011 0 11001 110110 11101 100000 101000 110100

Color Harmonies of #B68853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68853

Black with #B68853

Text Example


Text Example

White with #B68853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68853; }

 p { color: rgb(182,136,83); }

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

background-color css

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

 a { background-color: rgb(182,136,83); }

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

border-color css

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

 span { border-color: rgb(182,136,83); }

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