Html Css Color HEX #B0875C Teak

📋 copy color: '#B0875C'

red 176 ◦ green 135 ◦ blue 92

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

Shades of Teak #B0875C

Tints of Teak #B0875C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.5%

 BLUE value IS 92 (36.33% from 255) = 22.83%

R = 43.67%
G = 33.5%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#B0875C (or 0xB0875C) is known color: Teak. HEX triplet: B0, 87 and 5C. RGB value is (176,135,92). Sum of RGB (Red+Green+Blue) = 176+135+92=403 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.67% from 403); Green value is 135 (53.12% from 255 or 33.50% from 403); Blue value is 92 (36.33% from 255 or 22.83% from 403); Max value from RGB is 176 - color contains mainly: red. Hex color #B0875C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0875C is #4F78A3. Grayscale: #8E8E8E. Windows color (decimal): -5208228 or 6064048. OLE color: 6064048.

HSL color Cylindrical-coordinate representation of color #B0875C: hue angle of 30.71º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B0875C is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 135 92 -
CMYK 0 0.23 0.48 0.31
HSL 30.71º 0.35% 0.53% -
HSV(B) 30.71º 0.48% 0.69% -
XYZ 28.5 27.33 13.9 -
YUV 142.36 99.58 152 -
System Red Green Blue C M Y K H S L
Decimal 176 135 92 0 0.23 0.48 0.31 30.71 0.35 0.53
Hex B0 87 5C 0 17 30 1F 1F 23 35
Octal 260 207 134 0 27 60 37 37 43 65
Binary 10110000 10000111 1011100 0 10111 110000 11111 11111 100011 110101

Color Harmonies of #B0875C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0875C

Black with #B0875C

Text Example


Text Example

White with #B0875C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0875C; }

 p { color: rgb(176,135,92); }

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

background-color css

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

 a { background-color: rgb(176,135,92); }

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

border-color css

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

 span { border-color: rgb(176,135,92); }

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