Html Css Color HEX #B38656 Teak

📋 copy color: '#B38656'

red 179 ◦ green 134 ◦ blue 86

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

Shades of Teak #B38656

Tints of Teak #B38656

RGB

 RED value IS 179 (70.31% from 255) = 44.86%

 GREEN value IS 134 (52.73% from 255) = 33.58%

 BLUE value IS 86 (33.98% from 255) = 21.55%

R = 44.86%
G = 33.58%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.52

 K value IS 0.30

RGB Variations

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

Color information

#B38656 (or 0xB38656) is known color: Teak. HEX triplet: B3, 86 and 56. RGB value is (179,134,86). Sum of RGB (Red+Green+Blue) = 179+134+86=399 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.86% from 399); Green value is 134 (52.73% from 255 or 33.58% from 399); Blue value is 86 (33.98% from 255 or 21.55% from 399); Max value from RGB is 179 - color contains mainly: red. Hex color #B38656 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38656 is #4C79A9. Grayscale: #8E8E8E. Windows color (decimal): -5011882 or 5670579. OLE color: 5670579.

HSL color Cylindrical-coordinate representation of color #B38656: hue angle of 30.97º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B38656 is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 134 86 -
CMYK 0 0.25 0.52 0.30
HSL 30.97º 0.38% 0.52% -
HSV(B) 30.97º 0.52% 0.7% -
XYZ 28.8 27.31 12.56 -
YUV 141.98 96.41 154.4 -
System Red Green Blue C M Y K H S L
Decimal 179 134 86 0 0.25 0.52 0.30 30.97 0.38 0.52
Hex B3 86 56 0 19 34 1E 1F 26 34
Octal 263 206 126 0 31 64 36 37 46 64
Binary 10110011 10000110 1010110 0 11001 110100 11110 11111 100110 110100

Color Harmonies of #B38656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38656

Black with #B38656

Text Example


Text Example

White with #B38656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38656; }

 p { color: rgb(179,134,86); }

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

background-color css

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

 a { background-color: rgb(179,134,86); }

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

border-color css

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

 span { border-color: rgb(179,134,86); }

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