Html Css Color HEX #B28650 Teak

📋 copy color: '#B28650'

red 178 ◦ green 134 ◦ blue 80

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

Shades of Teak #B28650

Tints of Teak #B28650

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.18%

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

R = 45.41%
G = 34.18%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.55

 K value IS 0.30

RGB Variations

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

Color information

#B28650 (or 0xB28650) is known color: Teak. HEX triplet: B2, 86 and 50. RGB value is (178,134,80). Sum of RGB (Red+Green+Blue) = 178+134+80=392 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.41% from 392); Green value is 134 (52.73% from 255 or 34.18% from 392); Blue value is 80 (31.64% from 255 or 20.41% from 392); Max value from RGB is 178 - color contains mainly: red. Hex color #B28650 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28650 is #4D79AF. Grayscale: #8D8D8D. Windows color (decimal): -5077424 or 5277362. OLE color: 5277362.

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

Color convert

RGB 178 134 80 -
CMYK 0 0.25 0.55 0.30
HSL 33.06º 0.39% 0.51% -
HSV(B) 33.06º 0.55% 0.7% -
XYZ 28.33 27.09 11.33 -
YUV 141 93.58 154.39 -
System Red Green Blue C M Y K H S L
Decimal 178 134 80 0 0.25 0.55 0.30 33.06 0.39 0.51
Hex B2 86 50 0 19 37 1E 21 27 33
Octal 262 206 120 0 31 67 36 41 47 63
Binary 10110010 10000110 1010000 0 11001 110111 11110 100001 100111 110011

Color Harmonies of #B28650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28650

Black with #B28650

Text Example


Text Example

White with #B28650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28650; }

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

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

background-color css

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

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

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

border-color css

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

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

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