Html Css Color HEX #B28E50 Teak

📋 copy color: '#B28E50'

red 178 ◦ green 142 ◦ blue 80

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

Shades of Teak #B28E50

Tints of Teak #B28E50

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.5%

 BLUE value IS 80 (31.64% from 255) = 20%

R = 44.5%
G = 35.5%
B = 20%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.55

 K value IS 0.30

RGB Variations

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

Color information

#B28E50 (or 0xB28E50) is known color: Teak. HEX triplet: B2, 8E and 50. RGB value is (178,142,80). Sum of RGB (Red+Green+Blue) = 178+142+80=400 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.5% from 400); Green value is 142 (55.86% from 255 or 35.5% from 400); Blue value is 80 (31.64% from 255 or 20% from 400); Max value from RGB is 178 - color contains mainly: red. Hex color #B28E50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28E50 is #4D71AF. Grayscale: #919191. Windows color (decimal): -5075376 or 5279410. OLE color: 5279410.

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

Color convert

RGB 178 142 80 -
CMYK 0 0.20 0.55 0.30
HSL 37.96º 0.39% 0.51% -
HSV(B) 37.96º 0.55% 0.7% -
XYZ 29.48 29.39 11.71 -
YUV 145.7 90.93 151.04 -
System Red Green Blue C M Y K H S L
Decimal 178 142 80 0 0.20 0.55 0.30 37.96 0.39 0.51
Hex B2 8E 50 0 14 37 1E 26 27 33
Octal 262 216 120 0 24 67 36 46 47 63
Binary 10110010 10001110 1010000 0 10100 110111 11110 100110 100111 110011

Color Harmonies of #B28E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28E50

Black with #B28E50

Text Example


Text Example

White with #B28E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28E50; }

 p { color: rgb(178,142,80); }

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

background-color css

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

 a { background-color: rgb(178,142,80); }

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

border-color css

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

 span { border-color: rgb(178,142,80); }

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