Html Css Color HEX #B28A56 Teak

📋 copy color: '#B28A56'

red 178 ◦ green 138 ◦ blue 86

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

Shades of Teak #B28A56

Tints of Teak #B28A56

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.33%

 BLUE value IS 86 (33.98% from 255) = 21.39%

R = 44.28%
G = 34.33%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.52

 K value IS 0.30

RGB Variations

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

Color information

#B28A56 (or 0xB28A56) is known color: Teak. HEX triplet: B2, 8A and 56. RGB value is (178,138,86). Sum of RGB (Red+Green+Blue) = 178+138+86=402 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.28% from 402); Green value is 138 (54.30% from 255 or 34.33% from 402); Blue value is 86 (33.98% from 255 or 21.39% from 402); Max value from RGB is 178 - color contains mainly: red. Hex color #B28A56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28A56 is #4D75A9. Grayscale: #909090. Windows color (decimal): -5076394 or 5671602. OLE color: 5671602.

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

Color convert

RGB 178 138 86 -
CMYK 0 0.22 0.52 0.30
HSL 33.91º 0.37% 0.52% -
HSV(B) 33.91º 0.52% 0.7% -
XYZ 29.13 28.31 12.73 -
YUV 144.03 95.25 152.23 -
System Red Green Blue C M Y K H S L
Decimal 178 138 86 0 0.22 0.52 0.30 33.91 0.37 0.52
Hex B2 8A 56 0 16 34 1E 22 25 34
Octal 262 212 126 0 26 64 36 42 45 64
Binary 10110010 10001010 1010110 0 10110 110100 11110 100010 100101 110100

Color Harmonies of #B28A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28A56

Black with #B28A56

Text Example


Text Example

White with #B28A56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28A56; }

 p { color: rgb(178,138,86); }

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

background-color css

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

 a { background-color: rgb(178,138,86); }

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

border-color css

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

 span { border-color: rgb(178,138,86); }

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