Html Css Color HEX #B68A55 Teak

📋 copy color: '#B68A55'

red 182 ◦ green 138 ◦ blue 85

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

Shades of Teak #B68A55

Tints of Teak #B68A55

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.07%

 BLUE value IS 85 (33.59% from 255) = 20.99%

R = 44.94%
G = 34.07%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.53

 K value IS 0.29

RGB Variations

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

Color information

#B68A55 (or 0xB68A55) is known color: Teak. HEX triplet: B6, 8A and 55. RGB value is (182,138,85). Sum of RGB (Red+Green+Blue) = 182+138+85=405 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.94% from 405); Green value is 138 (54.30% from 255 or 34.07% from 405); Blue value is 85 (33.59% from 255 or 20.99% from 405); Max value from RGB is 182 - color contains mainly: red. Hex color #B68A55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68A55 is #4975AA. Grayscale: #919191. Windows color (decimal): -4814251 or 5606070. OLE color: 5606070.

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

Color convert

RGB 182 138 85 -
CMYK 0 0.24 0.53 0.29
HSL 32.78º 0.4% 0.52% -
HSV(B) 32.78º 0.53% 0.71% -
XYZ 30.02 28.78 12.57 -
YUV 145.11 94.08 154.31 -
System Red Green Blue C M Y K H S L
Decimal 182 138 85 0 0.24 0.53 0.29 32.78 0.4 0.52
Hex B6 8A 55 0 18 35 1D 21 28 34
Octal 266 212 125 0 30 65 35 41 50 64
Binary 10110110 10001010 1010101 0 11000 110101 11101 100001 101000 110100

Color Harmonies of #B68A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68A55

Black with #B68A55

Text Example


Text Example

White with #B68A55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68A55; }

 p { color: rgb(182,138,85); }

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

background-color css

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

 a { background-color: rgb(182,138,85); }

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

border-color css

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

 span { border-color: rgb(182,138,85); }

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