Html Css Color HEX #B28359 Teak

📋 copy color: '#B28359'

red 178 ◦ green 131 ◦ blue 89

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

Shades of Teak #B28359

Tints of Teak #B28359

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.91%

 BLUE value IS 89 (35.16% from 255) = 22.36%

R = 44.72%
G = 32.91%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.5

 K value IS 0.30

RGB Variations

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

Color information

#B28359 (or 0xB28359) is known color: Teak. HEX triplet: B2, 83 and 59. RGB value is (178,131,89). Sum of RGB (Red+Green+Blue) = 178+131+89=398 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.72% from 398); Green value is 131 (51.56% from 255 or 32.91% from 398); Blue value is 89 (35.16% from 255 or 22.36% from 398); Max value from RGB is 178 - color contains mainly: red. Hex color #B28359 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28359 is #4D7CA6. Grayscale: #8C8C8C. Windows color (decimal): -5078183 or 5866418. OLE color: 5866418.

HSL color Cylindrical-coordinate representation of color #B28359: hue angle of 28.31º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B28359 is Cyan = 0, Magento = 0.26, Yellow = 0.5 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 131 89 -
CMYK 0 0.26 0.5 0.30
HSL 28.31º 0.37% 0.52% -
HSV(B) 28.31º 0.5% 0.7% -
XYZ 28.28 26.42 13.06 -
YUV 140.27 99.07 154.92 -
System Red Green Blue C M Y K H S L
Decimal 178 131 89 0 0.26 0.5 0.30 28.31 0.37 0.52
Hex B2 83 59 0 1A 32 1E 1C 25 34
Octal 262 203 131 0 32 62 36 34 45 64
Binary 10110010 10000011 1011001 0 11010 110010 11110 11100 100101 110100

Color Harmonies of #B28359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28359

Black with #B28359

Text Example


Text Example

White with #B28359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28359; }

 p { color: rgb(178,131,89); }

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

background-color css

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

 a { background-color: rgb(178,131,89); }

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

border-color css

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

 span { border-color: rgb(178,131,89); }

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