Html Css Color HEX #B68950 Teak

📋 copy color: '#B68950'

red 182 ◦ green 137 ◦ blue 80

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

Shades of Teak #B68950

Tints of Teak #B68950

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.34%

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

R = 45.61%
G = 34.34%
B = 20.05%

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

#B68950 (or 0xB68950) is known color: Teak. HEX triplet: B6, 89 and 50. RGB value is (182,137,80). Sum of RGB (Red+Green+Blue) = 182+137+80=399 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.61% from 399); Green value is 137 (53.91% from 255 or 34.34% from 399); Blue value is 80 (31.64% from 255 or 20.05% from 399); Max value from RGB is 182 - color contains mainly: red. Hex color #B68950 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68950 is #4976AF. Grayscale: #909090. Windows color (decimal): -4814512 or 5278134. OLE color: 5278134.

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

Color convert

RGB 182 137 80 -
CMYK 0 0.25 0.56 0.29
HSL 33.53º 0.41% 0.51% -
HSV(B) 33.53º 0.56% 0.71% -
XYZ 29.69 28.42 11.51 -
YUV 143.96 91.91 155.13 -
System Red Green Blue C M Y K H S L
Decimal 182 137 80 0 0.25 0.56 0.29 33.53 0.41 0.51
Hex B6 89 50 0 19 38 1D 22 29 33
Octal 266 211 120 0 31 70 35 42 51 63
Binary 10110110 10001001 1010000 0 11001 111000 11101 100010 101001 110011

Color Harmonies of #B68950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68950

Black with #B68950

Text Example


Text Example

White with #B68950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68950; }

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

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

background-color css

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

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

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

border-color css

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

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

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