Html Css Color HEX #B28D4D Teak

📋 copy color: '#B28D4D'

red 178 ◦ green 141 ◦ blue 77

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

Shades of Teak #B28D4D

Tints of Teak #B28D4D

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.61%

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

R = 44.95%
G = 35.61%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.57

 K value IS 0.30

RGB Variations

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

Color information

#B28D4D (or 0xB28D4D) is known color: Teak. HEX triplet: B2, 8D and 4D. RGB value is (178,141,77). Sum of RGB (Red+Green+Blue) = 178+141+77=396 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.95% from 396); Green value is 141 (55.47% from 255 or 35.61% from 396); Blue value is 77 (30.47% from 255 or 19.44% from 396); Max value from RGB is 178 - color contains mainly: red. Hex color #B28D4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28D4D is #4D72B2. Grayscale: #919191. Windows color (decimal): -5075635 or 5082546. OLE color: 5082546.

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

Color convert

RGB 178 141 77 -
CMYK 0 0.21 0.57 0.30
HSL 38.02º 0.4% 0.5% -
HSV(B) 38.02º 0.57% 0.7% -
XYZ 29.22 29.05 11.09 -
YUV 144.77 89.76 151.7 -
System Red Green Blue C M Y K H S L
Decimal 178 141 77 0 0.21 0.57 0.30 38.02 0.4 0.5
Hex B2 8D 4D 0 15 39 1E 26 28 32
Octal 262 215 115 0 25 71 36 46 50 62
Binary 10110010 10001101 1001101 0 10101 111001 11110 100110 101000 110010

Color Harmonies of #B28D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28D4D

Black with #B28D4D

Text Example


Text Example

White with #B28D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28D4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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