Html Css Color HEX #B38658 Teak

📋 copy color: '#B38658'

red 179 ◦ green 134 ◦ blue 88

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

Shades of Teak #B38658

Tints of Teak #B38658

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 21.95%

R = 44.64%
G = 33.42%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.51

 K value IS 0.30

RGB Variations

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

Color information

#B38658 (or 0xB38658) is known color: Teak. HEX triplet: B3, 86 and 58. RGB value is (179,134,88). Sum of RGB (Red+Green+Blue) = 179+134+88=401 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.64% from 401); Green value is 134 (52.73% from 255 or 33.42% from 401); Blue value is 88 (34.77% from 255 or 21.95% from 401); Max value from RGB is 179 - color contains mainly: red. Hex color #B38658 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38658 is #4C79A7. Grayscale: #8E8E8E. Windows color (decimal): -5011880 or 5801651. OLE color: 5801651.

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

Color convert

RGB 179 134 88 -
CMYK 0 0.25 0.51 0.30
HSL 30.33º 0.37% 0.52% -
HSV(B) 30.33º 0.51% 0.7% -
XYZ 28.88 27.34 12.99 -
YUV 142.21 97.41 154.24 -
System Red Green Blue C M Y K H S L
Decimal 179 134 88 0 0.25 0.51 0.30 30.33 0.37 0.52
Hex B3 86 58 0 19 33 1E 1E 25 34
Octal 263 206 130 0 31 63 36 36 45 64
Binary 10110011 10000110 1011000 0 11001 110011 11110 11110 100101 110100

Color Harmonies of #B38658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38658

Black with #B38658

Text Example


Text Example

White with #B38658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38658; }

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

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

background-color css

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

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

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

border-color css

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

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

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