Html Css Color HEX #B38C51 Teak

📋 copy color: '#B38C51'

red 179 ◦ green 140 ◦ blue 81

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

Shades of Teak #B38C51

Tints of Teak #B38C51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 20.25%

R = 44.75%
G = 35%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.55

 K value IS 0.30

RGB Variations

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

Color information

#B38C51 (or 0xB38C51) is known color: Teak. HEX triplet: B3, 8C and 51. RGB value is (179,140,81). Sum of RGB (Red+Green+Blue) = 179+140+81=400 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.75% from 400); Green value is 140 (55.08% from 255 or 35% from 400); Blue value is 81 (32.03% from 255 or 20.25% from 400); Max value from RGB is 179 - color contains mainly: red. Hex color #B38C51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38C51 is #4C73AE. Grayscale: #919191. Windows color (decimal): -5010351 or 5344435. OLE color: 5344435.

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

Color convert

RGB 179 140 81 -
CMYK 0 0.22 0.55 0.30
HSL 36.12º 0.39% 0.51% -
HSV(B) 36.12º 0.55% 0.7% -
XYZ 29.45 28.93 11.82 -
YUV 144.94 91.92 152.3 -
System Red Green Blue C M Y K H S L
Decimal 179 140 81 0 0.22 0.55 0.30 36.12 0.39 0.51
Hex B3 8C 51 0 16 37 1E 24 27 33
Octal 263 214 121 0 26 67 36 44 47 63
Binary 10110011 10001100 1010001 0 10110 110111 11110 100100 100111 110011

Color Harmonies of #B38C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38C51

Black with #B38C51

Text Example


Text Example

White with #B38C51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38C51; }

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

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

background-color css

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

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

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

border-color css

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

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

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