Html Css Color HEX #B68850 Teak

📋 copy color: '#B68850'

red 182 ◦ green 136 ◦ blue 80

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

Shades of Teak #B68850

Tints of Teak #B68850

RGB

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

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

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

R = 45.73%
G = 34.17%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#B68850 (or 0xB68850) is known color: Teak. HEX triplet: B6, 88 and 50. RGB value is (182,136,80). Sum of RGB (Red+Green+Blue) = 182+136+80=398 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.73% from 398); Green value is 136 (53.52% from 255 or 34.17% from 398); Blue value is 80 (31.64% from 255 or 20.10% from 398); Max value from RGB is 182 - color contains mainly: red. Hex color #B68850 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68850 is #4977AF. Grayscale: #8F8F8F. Windows color (decimal): -4814768 or 5277878. OLE color: 5277878.

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

Color convert

RGB 182 136 80 -
CMYK 0 0.25 0.56 0.29
HSL 32.94º 0.41% 0.51% -
HSV(B) 32.94º 0.56% 0.71% -
XYZ 29.54 28.13 11.46 -
YUV 143.37 92.24 155.55 -
System Red Green Blue C M Y K H S L
Decimal 182 136 80 0 0.25 0.56 0.29 32.94 0.41 0.51
Hex B6 88 50 0 19 38 1D 21 29 33
Octal 266 210 120 0 31 70 35 41 51 63
Binary 10110110 10001000 1010000 0 11001 111000 11101 100001 101001 110011

Color Harmonies of #B68850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68850

Black with #B68850

Text Example


Text Example

White with #B68850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68850; }

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

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

background-color css

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

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

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

border-color css

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

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

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