Html Css Color HEX #B18D52 Teak

📋 copy color: '#B18D52'

red 177 ◦ green 141 ◦ blue 82

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

Shades of Teak #B18D52

Tints of Teak #B18D52

RGB

 RED value IS 177 (69.53% from 255) = 44.25%

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

 BLUE value IS 82 (32.42% from 255) = 20.5%

R = 44.25%
G = 35.25%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#B18D52 (or 0xB18D52) is known color: Teak. HEX triplet: B1, 8D and 52. RGB value is (177,141,82). Sum of RGB (Red+Green+Blue) = 177+141+82=400 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.25% from 400); Green value is 141 (55.47% from 255 or 35.25% from 400); Blue value is 82 (32.42% from 255 or 20.5% from 400); Max value from RGB is 177 - color contains mainly: red. Hex color #B18D52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18D52 is #4E72AD. Grayscale: #919191. Windows color (decimal): -5141166 or 5410225. OLE color: 5410225.

HSL color Cylindrical-coordinate representation of color #B18D52: hue angle of 37.26º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B18D52 is Cyan = 0, Magento = 0.20, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 141 82 -
CMYK 0 0.20 0.54 0.31
HSL 37.26º 0.38% 0.51% -
HSV(B) 37.26º 0.54% 0.69% -
XYZ 29.18 29.01 12.04 -
YUV 145.04 92.43 150.8 -
System Red Green Blue C M Y K H S L
Decimal 177 141 82 0 0.20 0.54 0.31 37.26 0.38 0.51
Hex B1 8D 52 0 14 36 1F 25 26 33
Octal 261 215 122 0 24 66 37 45 46 63
Binary 10110001 10001101 1010010 0 10100 110110 11111 100101 100110 110011

Color Harmonies of #B18D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18D52

Black with #B18D52

Text Example


Text Example

White with #B18D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18D52; }

 p { color: rgb(177,141,82); }

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

background-color css

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

 a { background-color: rgb(177,141,82); }

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

border-color css

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

 span { border-color: rgb(177,141,82); }

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