Html Css Color HEX #B28553 Teak

📋 copy color: '#B28553'

red 178 ◦ green 133 ◦ blue 83

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

Shades of Teak #B28553

Tints of Teak #B28553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 21.07%

R = 45.18%
G = 33.76%
B = 21.07%

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

#B28553 (or 0xB28553) is known color: Teak. HEX triplet: B2, 85 and 53. RGB value is (178,133,83). Sum of RGB (Red+Green+Blue) = 178+133+83=394 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.18% from 394); Green value is 133 (52.34% from 255 or 33.76% from 394); Blue value is 83 (32.81% from 255 or 21.07% from 394); Max value from RGB is 178 - color contains mainly: red. Hex color #B28553 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28553 is #4D7AAC. Grayscale: #8D8D8D. Windows color (decimal): -5077677 or 5473714. OLE color: 5473714.

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

Color convert

RGB 178 133 83 -
CMYK 0 0.25 0.53 0.30
HSL 31.58º 0.38% 0.51% -
HSV(B) 31.58º 0.53% 0.7% -
XYZ 28.31 26.86 11.88 -
YUV 140.76 95.41 154.57 -
System Red Green Blue C M Y K H S L
Decimal 178 133 83 0 0.25 0.53 0.30 31.58 0.38 0.51
Hex B2 85 53 0 19 35 1E 20 26 33
Octal 262 205 123 0 31 65 36 40 46 63
Binary 10110010 10000101 1010011 0 11001 110101 11110 100000 100110 110011

Color Harmonies of #B28553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28553

Black with #B28553

Text Example


Text Example

White with #B28553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28553; }

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

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

background-color css

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

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

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

border-color css

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

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

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