Html Css Color HEX #B28A4D Teak

📋 copy color: '#B28A4D'

red 178 ◦ green 138 ◦ blue 77

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

Shades of Teak #B28A4D

Tints of Teak #B28A4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.59%

R = 45.29%
G = 35.11%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.57

 K value IS 0.30

RGB Variations

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

Color information

#B28A4D (or 0xB28A4D) is known color: Teak. HEX triplet: B2, 8A and 4D. RGB value is (178,138,77). Sum of RGB (Red+Green+Blue) = 178+138+77=393 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.29% from 393); Green value is 138 (54.30% from 255 or 35.11% from 393); Blue value is 77 (30.47% from 255 or 19.59% from 393); Max value from RGB is 178 - color contains mainly: red. Hex color #B28A4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28A4D is #4D75B2. Grayscale: #8F8F8F. Windows color (decimal): -5076403 or 5081778. OLE color: 5081778.

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

Color convert

RGB 178 138 77 -
CMYK 0 0.22 0.57 0.30
HSL 36.24º 0.4% 0.5% -
HSV(B) 36.24º 0.57% 0.7% -
XYZ 28.79 28.18 10.94 -
YUV 143.01 90.75 152.96 -
System Red Green Blue C M Y K H S L
Decimal 178 138 77 0 0.22 0.57 0.30 36.24 0.4 0.5
Hex B2 8A 4D 0 16 39 1E 24 28 32
Octal 262 212 115 0 26 71 36 44 50 62
Binary 10110010 10001010 1001101 0 10110 111001 11110 100100 101000 110010

Color Harmonies of #B28A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28A4D

Black with #B28A4D

Text Example


Text Example

White with #B28A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28A4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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