Html Css Color HEX #B68650 Teak

📋 copy color: '#B68650'

red 182 ◦ green 134 ◦ blue 80

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

Shades of Teak #B68650

Tints of Teak #B68650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 20.2%

R = 45.96%
G = 33.84%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#B68650 (or 0xB68650) is known color: Teak. HEX triplet: B6, 86 and 50. RGB value is (182,134,80). Sum of RGB (Red+Green+Blue) = 182+134+80=396 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.96% from 396); Green value is 134 (52.73% from 255 or 33.84% from 396); Blue value is 80 (31.64% from 255 or 20.20% from 396); Max value from RGB is 182 - color contains mainly: red. Hex color #B68650 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68650 is #4979AF. Grayscale: #8E8E8E. Windows color (decimal): -4815280 or 5277366. OLE color: 5277366.

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

Color convert

RGB 182 134 80 -
CMYK 0 0.26 0.56 0.29
HSL 31.76º 0.41% 0.51% -
HSV(B) 31.76º 0.56% 0.71% -
XYZ 29.26 27.57 11.37 -
YUV 142.2 92.9 156.39 -
System Red Green Blue C M Y K H S L
Decimal 182 134 80 0 0.26 0.56 0.29 31.76 0.41 0.51
Hex B6 86 50 0 1A 38 1D 20 29 33
Octal 266 206 120 0 32 70 35 40 51 63
Binary 10110110 10000110 1010000 0 11010 111000 11101 100000 101001 110011

Color Harmonies of #B68650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68650

Black with #B68650

Text Example


Text Example

White with #B68650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68650; }

 p { color: rgb(182,134,80); }

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

background-color css

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

 a { background-color: rgb(182,134,80); }

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

border-color css

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

 span { border-color: rgb(182,134,80); }

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