Html Css Color HEX #B0894C Teak

📋 copy color: '#B0894C'

red 176 ◦ green 137 ◦ blue 76

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

Shades of Teak #B0894C

Tints of Teak #B0894C

RGB

 RED value IS 176 (69.14% from 255) = 45.24%

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

 BLUE value IS 76 (30.08% from 255) = 19.54%

R = 45.24%
G = 35.22%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#B0894C (or 0xB0894C) is known color: Teak. HEX triplet: B0, 89 and 4C. RGB value is (176,137,76). Sum of RGB (Red+Green+Blue) = 176+137+76=389 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.24% from 389); Green value is 137 (53.91% from 255 or 35.22% from 389); Blue value is 76 (30.08% from 255 or 19.54% from 389); Max value from RGB is 176 - color contains mainly: red. Hex color #B0894C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0894C is #4F76B3. Grayscale: #8D8D8D. Windows color (decimal): -5207732 or 5015984. OLE color: 5015984.

HSL color Cylindrical-coordinate representation of color #B0894C: hue angle of 36.6º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B0894C is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 137 76 -
CMYK 0 0.22 0.57 0.31
HSL 36.6º 0.4% 0.49% -
HSV(B) 36.6º 0.57% 0.69% -
XYZ 28.15 27.64 10.69 -
YUV 141.71 90.92 152.46 -
System Red Green Blue C M Y K H S L
Decimal 176 137 76 0 0.22 0.57 0.31 36.6 0.4 0.49
Hex B0 89 4C 0 16 39 1F 25 28 31
Octal 260 211 114 0 26 71 37 45 50 61
Binary 10110000 10001001 1001100 0 10110 111001 11111 100101 101000 110001

Color Harmonies of #B0894C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0894C

Black with #B0894C

Text Example


Text Example

White with #B0894C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0894C; }

 p { color: rgb(176,137,76); }

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

background-color css

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

 a { background-color: rgb(176,137,76); }

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

border-color css

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

 span { border-color: rgb(176,137,76); }

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