Html Css Color HEX #B28458 Teak

📋 copy color: '#B28458'

red 178 ◦ green 132 ◦ blue 88

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

Shades of Teak #B28458

Tints of Teak #B28458

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.17%

 BLUE value IS 88 (34.77% from 255) = 22.11%

R = 44.72%
G = 33.17%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.51

 K value IS 0.30

RGB Variations

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

Color information

#B28458 (or 0xB28458) is known color: Teak. HEX triplet: B2, 84 and 58. RGB value is (178,132,88). Sum of RGB (Red+Green+Blue) = 178+132+88=398 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.72% from 398); Green value is 132 (51.95% from 255 or 33.17% from 398); Blue value is 88 (34.77% from 255 or 22.11% from 398); Max value from RGB is 178 - color contains mainly: red. Hex color #B28458 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28458 is #4D7BA7. Grayscale: #8C8C8C. Windows color (decimal): -5077928 or 5801138. OLE color: 5801138.

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

Color convert

RGB 178 132 88 -
CMYK 0 0.26 0.51 0.30
HSL 29.33º 0.37% 0.52% -
HSV(B) 29.33º 0.51% 0.7% -
XYZ 28.37 26.67 12.89 -
YUV 140.74 98.24 154.58 -
System Red Green Blue C M Y K H S L
Decimal 178 132 88 0 0.26 0.51 0.30 29.33 0.37 0.52
Hex B2 84 58 0 1A 33 1E 1D 25 34
Octal 262 204 130 0 32 63 36 35 45 64
Binary 10110010 10000100 1011000 0 11010 110011 11110 11101 100101 110100

Color Harmonies of #B28458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28458

Black with #B28458

Text Example


Text Example

White with #B28458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28458; }

 p { color: rgb(178,132,88); }

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

background-color css

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

 a { background-color: rgb(178,132,88); }

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

border-color css

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

 span { border-color: rgb(178,132,88); }

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