Html Css Color HEX #B38654 Teak

📋 copy color: '#B38654'

red 179 ◦ green 134 ◦ blue 84

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

Shades of Teak #B38654

Tints of Teak #B38654

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 21.16%

R = 45.09%
G = 33.75%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.53

 K value IS 0.30

RGB Variations

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

Color information

#B38654 (or 0xB38654) is known color: Teak. HEX triplet: B3, 86 and 54. RGB value is (179,134,84). Sum of RGB (Red+Green+Blue) = 179+134+84=397 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.09% from 397); Green value is 134 (52.73% from 255 or 33.75% from 397); Blue value is 84 (33.20% from 255 or 21.16% from 397); Max value from RGB is 179 - color contains mainly: red. Hex color #B38654 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38654 is #4C79AB. Grayscale: #8E8E8E. Windows color (decimal): -5011884 or 5539507. OLE color: 5539507.

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

Color convert

RGB 179 134 84 -
CMYK 0 0.25 0.53 0.30
HSL 31.58º 0.38% 0.52% -
HSV(B) 31.58º 0.53% 0.7% -
XYZ 28.72 27.27 12.14 -
YUV 141.76 95.41 154.57 -
System Red Green Blue C M Y K H S L
Decimal 179 134 84 0 0.25 0.53 0.30 31.58 0.38 0.52
Hex B3 86 54 0 19 35 1E 20 26 34
Octal 263 206 124 0 31 65 36 40 46 64
Binary 10110011 10000110 1010100 0 11001 110101 11110 100000 100110 110100

Color Harmonies of #B38654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38654

Black with #B38654

Text Example


Text Example

White with #B38654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38654; }

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

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

background-color css

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

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

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

border-color css

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

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

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