Html Css Color HEX #B38C4D Teak

📋 copy color: '#B38C4D'

red 179 ◦ green 140 ◦ blue 77

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

Shades of Teak #B38C4D

Tints of Teak #B38C4D

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.35%

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

R = 45.2%
G = 35.35%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.57

 K value IS 0.30

RGB Variations

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

Color information

#B38C4D (or 0xB38C4D) is known color: Teak. HEX triplet: B3, 8C and 4D. RGB value is (179,140,77). Sum of RGB (Red+Green+Blue) = 179+140+77=396 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.20% from 396); Green value is 140 (55.08% from 255 or 35.35% from 396); Blue value is 77 (30.47% from 255 or 19.44% from 396); Max value from RGB is 179 - color contains mainly: red. Hex color #B38C4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38C4D is #4C73B2. Grayscale: #909090. Windows color (decimal): -5010355 or 5082291. OLE color: 5082291.

HSL color Cylindrical-coordinate representation of color #B38C4D: hue angle of 37.06º 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 #B38C4D is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 140 77 -
CMYK 0 0.22 0.57 0.30
HSL 37.06º 0.4% 0.5% -
HSV(B) 37.06º 0.57% 0.7% -
XYZ 29.31 28.88 11.05 -
YUV 144.48 89.92 152.62 -
System Red Green Blue C M Y K H S L
Decimal 179 140 77 0 0.22 0.57 0.30 37.06 0.4 0.5
Hex B3 8C 4D 0 16 39 1E 25 28 32
Octal 263 214 115 0 26 71 36 45 50 62
Binary 10110011 10001100 1001101 0 10110 111001 11110 100101 101000 110010

Color Harmonies of #B38C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38C4D

Black with #B38C4D

Text Example


Text Example

White with #B38C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38C4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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