Html Css Color HEX #B68951 Teak

📋 copy color: '#B68951'

red 182 ◦ green 137 ◦ blue 81

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

Shades of Teak #B68951

Tints of Teak #B68951

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 20.25%

R = 45.5%
G = 34.25%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.55

 K value IS 0.29

RGB Variations

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

Color information

#B68951 (or 0xB68951) is known color: Teak. HEX triplet: B6, 89 and 51. RGB value is (182,137,81). Sum of RGB (Red+Green+Blue) = 182+137+81=400 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.5% from 400); Green value is 137 (53.91% from 255 or 34.25% from 400); Blue value is 81 (32.03% from 255 or 20.25% from 400); Max value from RGB is 182 - color contains mainly: red. Hex color #B68951 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68951 is #4976AE. Grayscale: #909090. Windows color (decimal): -4814511 or 5343670. OLE color: 5343670.

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

Color convert

RGB 182 137 81 -
CMYK 0 0.25 0.55 0.29
HSL 33.27º 0.41% 0.52% -
HSV(B) 33.27º 0.55% 0.71% -
XYZ 29.72 28.43 11.71 -
YUV 144.07 92.41 155.05 -
System Red Green Blue C M Y K H S L
Decimal 182 137 81 0 0.25 0.55 0.29 33.27 0.41 0.52
Hex B6 89 51 0 19 37 1D 21 29 34
Octal 266 211 121 0 31 67 35 41 51 64
Binary 10110110 10001001 1010001 0 11001 110111 11101 100001 101001 110100

Color Harmonies of #B68951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68951

Black with #B68951

Text Example


Text Example

White with #B68951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68951; }

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

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

background-color css

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

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

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

border-color css

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

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

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