Html Css Color HEX #B2885B Teak

📋 copy color: '#B2885B'

red 178 ◦ green 136 ◦ blue 91

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

Shades of Teak #B2885B

Tints of Teak #B2885B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.58%

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

R = 43.95%
G = 33.58%
B = 22.47%

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

#B2885B (or 0xB2885B) is known color: Teak. HEX triplet: B2, 88 and 5B. RGB value is (178,136,91). Sum of RGB (Red+Green+Blue) = 178+136+91=405 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.95% from 405); Green value is 136 (53.52% from 255 or 33.58% from 405); Blue value is 91 (35.94% from 255 or 22.47% from 405); Max value from RGB is 178 - color contains mainly: red. Hex color #B2885B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2885B is #4D77A4. Grayscale: #8F8F8F. Windows color (decimal): -5076901 or 5998770. OLE color: 5998770.

HSL color Cylindrical-coordinate representation of color #B2885B: hue angle of 31.03º 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 #B2885B is Cyan = 0, Magento = 0.24, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 136 91 -
CMYK 0 0.24 0.49 0.30
HSL 31.03º 0.36% 0.53% -
HSV(B) 31.03º 0.49% 0.7% -
XYZ 29.05 27.83 13.74 -
YUV 143.43 98.41 152.66 -
System Red Green Blue C M Y K H S L
Decimal 178 136 91 0 0.24 0.49 0.30 31.03 0.36 0.53
Hex B2 88 5B 0 18 31 1E 1F 24 35
Octal 262 210 133 0 30 61 36 37 44 65
Binary 10110010 10001000 1011011 0 11000 110001 11110 11111 100100 110101

Color Harmonies of #B2885B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2885B

Black with #B2885B

Text Example


Text Example

White with #B2885B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2885B; }

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

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

background-color css

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

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

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

border-color css

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

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

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