Html Css Color HEX #B38D4D Teak

📋 copy color: '#B38D4D'

red 179 ◦ green 141 ◦ blue 77

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

Shades of Teak #B38D4D

Tints of Teak #B38D4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.4%

R = 45.09%
G = 35.52%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.57

 K value IS 0.30

RGB Variations

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

Color information

#B38D4D (or 0xB38D4D) is known color: Teak. HEX triplet: B3, 8D and 4D. RGB value is (179,141,77). Sum of RGB (Red+Green+Blue) = 179+141+77=397 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.09% from 397); Green value is 141 (55.47% from 255 or 35.52% from 397); Blue value is 77 (30.47% from 255 or 19.40% from 397); Max value from RGB is 179 - color contains mainly: red. Hex color #B38D4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38D4D is #4C72B2. Grayscale: #919191. Windows color (decimal): -5010099 or 5082547. OLE color: 5082547.

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

Color convert

RGB 179 141 77 -
CMYK 0 0.21 0.57 0.30
HSL 37.65º 0.4% 0.5% -
HSV(B) 37.65º 0.57% 0.7% -
XYZ 29.45 29.17 11.1 -
YUV 145.07 89.59 152.2 -
System Red Green Blue C M Y K H S L
Decimal 179 141 77 0 0.21 0.57 0.30 37.65 0.4 0.5
Hex B3 8D 4D 0 15 39 1E 26 28 32
Octal 263 215 115 0 25 71 36 46 50 62
Binary 10110011 10001101 1001101 0 10101 111001 11110 100110 101000 110010

Color Harmonies of #B38D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38D4D

Black with #B38D4D

Text Example


Text Example

White with #B38D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38D4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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