Html Css Color HEX #B38D4F Teak

📋 copy color: '#B38D4F'

red 179 ◦ green 141 ◦ blue 79

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

Shades of Teak #B38D4F

Tints of Teak #B38D4F

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.34%

 BLUE value IS 79 (31.25% from 255) = 19.8%

R = 44.86%
G = 35.34%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.56

 K value IS 0.30

RGB Variations

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

Color information

#B38D4F (or 0xB38D4F) is known color: Teak. HEX triplet: B3, 8D and 4F. RGB value is (179,141,79). Sum of RGB (Red+Green+Blue) = 179+141+79=399 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.86% from 399); Green value is 141 (55.47% from 255 or 35.34% from 399); Blue value is 79 (31.25% from 255 or 19.80% from 399); Max value from RGB is 179 - color contains mainly: red. Hex color #B38D4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38D4F is #4C72B0. Grayscale: #919191. Windows color (decimal): -5010097 or 5213619. OLE color: 5213619.

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

Color convert

RGB 179 141 79 -
CMYK 0 0.21 0.56 0.30
HSL 37.2º 0.4% 0.51% -
HSV(B) 37.2º 0.56% 0.7% -
XYZ 29.53 29.2 11.48 -
YUV 145.29 90.59 152.04 -
System Red Green Blue C M Y K H S L
Decimal 179 141 79 0 0.21 0.56 0.30 37.2 0.4 0.51
Hex B3 8D 4F 0 15 38 1E 25 28 33
Octal 263 215 117 0 25 70 36 45 50 63
Binary 10110011 10001101 1001111 0 10101 111000 11110 100101 101000 110011

Color Harmonies of #B38D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38D4F

Black with #B38D4F

Text Example


Text Example

White with #B38D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38D4F; }

 p { color: rgb(179,141,79); }

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

background-color css

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

 a { background-color: rgb(179,141,79); }

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

border-color css

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

 span { border-color: rgb(179,141,79); }

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