Html Css Color HEX #B28950 Teak

📋 copy color: '#B28950'

red 178 ◦ green 137 ◦ blue 80

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

Shades of Teak #B28950

Tints of Teak #B28950

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.68%

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

R = 45.06%
G = 34.68%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.55

 K value IS 0.30

RGB Variations

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

Color information

#B28950 (or 0xB28950) is known color: Teak. HEX triplet: B2, 89 and 50. RGB value is (178,137,80). Sum of RGB (Red+Green+Blue) = 178+137+80=395 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.06% from 395); Green value is 137 (53.91% from 255 or 34.68% from 395); Blue value is 80 (31.64% from 255 or 20.25% from 395); Max value from RGB is 178 - color contains mainly: red. Hex color #B28950 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28950 is #4D76AF. Grayscale: #8F8F8F. Windows color (decimal): -5076656 or 5278130. OLE color: 5278130.

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

Color convert

RGB 178 137 80 -
CMYK 0 0.23 0.55 0.30
HSL 34.9º 0.39% 0.51% -
HSV(B) 34.9º 0.55% 0.7% -
XYZ 28.75 27.94 11.47 -
YUV 142.76 92.58 153.13 -
System Red Green Blue C M Y K H S L
Decimal 178 137 80 0 0.23 0.55 0.30 34.9 0.39 0.51
Hex B2 89 50 0 17 37 1E 23 27 33
Octal 262 211 120 0 27 67 36 43 47 63
Binary 10110010 10001001 1010000 0 10111 110111 11110 100011 100111 110011

Color Harmonies of #B28950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28950

Black with #B28950

Text Example


Text Example

White with #B28950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28950; }

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

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

background-color css

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

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

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

border-color css

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

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

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