Html Css Color HEX #B68551 Teak

📋 copy color: '#B68551'

red 182 ◦ green 133 ◦ blue 81

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

Shades of Teak #B68551

Tints of Teak #B68551

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.59%

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

R = 45.96%
G = 33.59%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.55

 K value IS 0.29

RGB Variations

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

Color information

#B68551 (or 0xB68551) is known color: Teak. HEX triplet: B6, 85 and 51. RGB value is (182,133,81). Sum of RGB (Red+Green+Blue) = 182+133+81=396 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.96% from 396); Green value is 133 (52.34% from 255 or 33.59% from 396); Blue value is 81 (32.03% from 255 or 20.45% from 396); Max value from RGB is 182 - color contains mainly: red. Hex color #B68551 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68551 is #497AAE. Grayscale: #8D8D8D. Windows color (decimal): -4815535 or 5342646. OLE color: 5342646.

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

Color convert

RGB 182 133 81 -
CMYK 0 0.27 0.55 0.29
HSL 30.89º 0.41% 0.52% -
HSV(B) 30.89º 0.55% 0.71% -
XYZ 29.16 27.31 11.52 -
YUV 141.72 93.73 156.73 -
System Red Green Blue C M Y K H S L
Decimal 182 133 81 0 0.27 0.55 0.29 30.89 0.41 0.52
Hex B6 85 51 0 1B 37 1D 1F 29 34
Octal 266 205 121 0 33 67 35 37 51 64
Binary 10110110 10000101 1010001 0 11011 110111 11101 11111 101001 110100

Color Harmonies of #B68551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68551

Black with #B68551

Text Example


Text Example

White with #B68551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68551; }

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

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

background-color css

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

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

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

border-color css

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

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

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