Html Css Color HEX #B1875D Teak

📋 copy color: '#B1875D'

red 177 ◦ green 135 ◦ blue 93

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

Shades of Teak #B1875D

Tints of Teak #B1875D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 22.96%

R = 43.7%
G = 33.33%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#B1875D (or 0xB1875D) is known color: Teak. HEX triplet: B1, 87 and 5D. RGB value is (177,135,93). Sum of RGB (Red+Green+Blue) = 177+135+93=405 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.70% from 405); Green value is 135 (53.12% from 255 or 33.33% from 405); Blue value is 93 (36.72% from 255 or 22.96% from 405); Max value from RGB is 177 - color contains mainly: red. Hex color #B1875D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1875D is #4E78A2. Grayscale: #8E8E8E. Windows color (decimal): -5142691 or 6129585. OLE color: 6129585.

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

Color convert

RGB 177 135 93 -
CMYK 0 0.24 0.47 0.31
HSL 30º 0.35% 0.53% -
HSV(B) 30º 0.47% 0.69% -
XYZ 28.77 27.47 14.14 -
YUV 142.77 99.91 152.42 -
System Red Green Blue C M Y K H S L
Decimal 177 135 93 0 0.24 0.47 0.31 30 0.35 0.53
Hex B1 87 5D 0 18 2F 1F 1E 23 35
Octal 261 207 135 0 30 57 37 36 43 65
Binary 10110001 10000111 1011101 0 11000 101111 11111 11110 100011 110101

Color Harmonies of #B1875D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1875D

Black with #B1875D

Text Example


Text Example

White with #B1875D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1875D; }

 p { color: rgb(177,135,93); }

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

background-color css

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

 a { background-color: rgb(177,135,93); }

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

border-color css

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

 span { border-color: rgb(177,135,93); }

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