Html Css Color HEX #B28554 Teak

📋 copy color: '#B28554'

red 178 ◦ green 133 ◦ blue 84

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

Shades of Teak #B28554

Tints of Teak #B28554

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.67%

 BLUE value IS 84 (33.2% from 255) = 21.27%

R = 45.06%
G = 33.67%
B = 21.27%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.53

 K value IS 0.30

RGB Variations

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

Color information

#B28554 (or 0xB28554) is known color: Teak. HEX triplet: B2, 85 and 54. RGB value is (178,133,84). Sum of RGB (Red+Green+Blue) = 178+133+84=395 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.06% from 395); Green value is 133 (52.34% from 255 or 33.67% from 395); Blue value is 84 (33.20% from 255 or 21.27% from 395); Max value from RGB is 178 - color contains mainly: red. Hex color #B28554 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28554 is #4D7AAB. Grayscale: #8D8D8D. Windows color (decimal): -5077676 or 5539250. OLE color: 5539250.

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

Color convert

RGB 178 133 84 -
CMYK 0 0.25 0.53 0.30
HSL 31.28º 0.38% 0.51% -
HSV(B) 31.28º 0.53% 0.7% -
XYZ 28.35 26.88 12.08 -
YUV 140.87 95.91 154.48 -
System Red Green Blue C M Y K H S L
Decimal 178 133 84 0 0.25 0.53 0.30 31.28 0.38 0.51
Hex B2 85 54 0 19 35 1E 1F 26 33
Octal 262 205 124 0 31 65 36 37 46 63
Binary 10110010 10000101 1010100 0 11001 110101 11110 11111 100110 110011

Color Harmonies of #B28554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28554

Black with #B28554

Text Example


Text Example

White with #B28554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28554; }

 p { color: rgb(178,133,84); }

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

background-color css

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

 a { background-color: rgb(178,133,84); }

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

border-color css

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

 span { border-color: rgb(178,133,84); }

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