Html Css Color HEX #B2875D Teak

📋 copy color: '#B2875D'

red 178 ◦ green 135 ◦ blue 93

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

Shades of Teak #B2875D

Tints of Teak #B2875D

RGB

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

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

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

R = 43.84%
G = 33.25%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#B2875D (or 0xB2875D) is known color: Teak. HEX triplet: B2, 87 and 5D. RGB value is (178,135,93). Sum of RGB (Red+Green+Blue) = 178+135+93=406 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.84% from 406); Green value is 135 (53.12% from 255 or 33.25% from 406); Blue value is 93 (36.72% from 255 or 22.91% from 406); Max value from RGB is 178 - color contains mainly: red. Hex color #B2875D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2875D is #4D78A2. Grayscale: #8F8F8F. Windows color (decimal): -5077155 or 6129586. OLE color: 6129586.

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

Color convert

RGB 178 135 93 -
CMYK 0 0.24 0.48 0.30
HSL 29.65º 0.36% 0.53% -
HSV(B) 29.65º 0.48% 0.7% -
XYZ 29 27.58 14.15 -
YUV 143.07 99.75 152.92 -
System Red Green Blue C M Y K H S L
Decimal 178 135 93 0 0.24 0.48 0.30 29.65 0.36 0.53
Hex B2 87 5D 0 18 30 1E 1E 24 35
Octal 262 207 135 0 30 60 36 36 44 65
Binary 10110010 10000111 1011101 0 11000 110000 11110 11110 100100 110101

Color Harmonies of #B2875D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2875D

Black with #B2875D

Text Example


Text Example

White with #B2875D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2875D; }

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

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

background-color css

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

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

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

border-color css

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

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

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