Html Css Color HEX #B2875B Teak

📋 copy color: '#B2875B'

red 178 ◦ green 135 ◦ blue 91

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

Shades of Teak #B2875B

Tints of Teak #B2875B

RGB

 RED value IS 178 (69.92% from 255) = 44.06%

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

 BLUE value IS 91 (35.94% from 255) = 22.52%

R = 44.06%
G = 33.42%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#B2875B (or 0xB2875B) is known color: Teak. HEX triplet: B2, 87 and 5B. RGB value is (178,135,91). Sum of RGB (Red+Green+Blue) = 178+135+91=404 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.06% from 404); Green value is 135 (53.12% from 255 or 33.42% from 404); Blue value is 91 (35.94% from 255 or 22.52% from 404); Max value from RGB is 178 - color contains mainly: red. Hex color #B2875B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2875B is #4D78A4. Grayscale: #8F8F8F. Windows color (decimal): -5077157 or 5998514. OLE color: 5998514.

HSL color Cylindrical-coordinate representation of color #B2875B: hue angle of 30.34º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B2875B is Cyan = 0, Magento = 0.24, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 135 91 -
CMYK 0 0.24 0.49 0.30
HSL 30.34º 0.36% 0.53% -
HSV(B) 30.34º 0.49% 0.7% -
XYZ 28.91 27.55 13.69 -
YUV 142.84 98.75 153.08 -
System Red Green Blue C M Y K H S L
Decimal 178 135 91 0 0.24 0.49 0.30 30.34 0.36 0.53
Hex B2 87 5B 0 18 31 1E 1E 24 35
Octal 262 207 133 0 30 61 36 36 44 65
Binary 10110010 10000111 1011011 0 11000 110001 11110 11110 100100 110101

Color Harmonies of #B2875B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2875B

Black with #B2875B

Text Example


Text Example

White with #B2875B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2875B; }

 p { color: rgb(178,135,91); }

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

background-color css

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

 a { background-color: rgb(178,135,91); }

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

border-color css

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

 span { border-color: rgb(178,135,91); }

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