Html Css Color HEX #B18952 Teak

📋 copy color: '#B18952'

red 177 ◦ green 137 ◦ blue 82

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

Shades of Teak #B18952

Tints of Teak #B18952

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.6%

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

R = 44.7%
G = 34.6%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#B18952 (or 0xB18952) is known color: Teak. HEX triplet: B1, 89 and 52. RGB value is (177,137,82). Sum of RGB (Red+Green+Blue) = 177+137+82=396 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.70% from 396); Green value is 137 (53.91% from 255 or 34.60% from 396); Blue value is 82 (32.42% from 255 or 20.71% from 396); Max value from RGB is 177 - color contains mainly: red. Hex color #B18952 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18952 is #4E76AD. Grayscale: #8E8E8E. Windows color (decimal): -5142190 or 5409201. OLE color: 5409201.

HSL color Cylindrical-coordinate representation of color #B18952: hue angle of 34.74º 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 #B18952 is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 137 82 -
CMYK 0 0.23 0.54 0.31
HSL 34.74º 0.38% 0.51% -
HSV(B) 34.74º 0.54% 0.69% -
XYZ 28.6 27.85 11.85 -
YUV 142.69 93.75 152.47 -
System Red Green Blue C M Y K H S L
Decimal 177 137 82 0 0.23 0.54 0.31 34.74 0.38 0.51
Hex B1 89 52 0 17 36 1F 23 26 33
Octal 261 211 122 0 27 66 37 43 46 63
Binary 10110001 10001001 1010010 0 10111 110110 11111 100011 100110 110011

Color Harmonies of #B18952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18952

Black with #B18952

Text Example


Text Example

White with #B18952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18952; }

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

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

background-color css

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

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

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

border-color css

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

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

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