Html Css Color HEX #B2884E Teak

📋 copy color: '#B2884E'

red 178 ◦ green 136 ◦ blue 78

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

Shades of Teak #B2884E

Tints of Teak #B2884E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 19.9%

R = 45.41%
G = 34.69%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.56

 K value IS 0.30

RGB Variations

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

Color information

#B2884E (or 0xB2884E) is known color: Teak. HEX triplet: B2, 88 and 4E. RGB value is (178,136,78). Sum of RGB (Red+Green+Blue) = 178+136+78=392 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.41% from 392); Green value is 136 (53.52% from 255 or 34.69% from 392); Blue value is 78 (30.86% from 255 or 19.90% from 392); Max value from RGB is 178 - color contains mainly: red. Hex color #B2884E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2884E is #4D77B1. Grayscale: #8E8E8E. Windows color (decimal): -5076914 or 5146802. OLE color: 5146802.

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

Color convert

RGB 178 136 78 -
CMYK 0 0.24 0.56 0.30
HSL 34.8º 0.39% 0.5% -
HSV(B) 34.8º 0.56% 0.7% -
XYZ 28.54 27.62 11.04 -
YUV 141.95 91.91 153.72 -
System Red Green Blue C M Y K H S L
Decimal 178 136 78 0 0.24 0.56 0.30 34.8 0.39 0.5
Hex B2 88 4E 0 18 38 1E 23 27 32
Octal 262 210 116 0 30 70 36 43 47 62
Binary 10110010 10001000 1001110 0 11000 111000 11110 100011 100111 110010

Color Harmonies of #B2884E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2884E

Black with #B2884E

Text Example


Text Example

White with #B2884E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2884E; }

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

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

background-color css

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

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

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

border-color css

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

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

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