Html Css Color HEX #B28E4D Teak

📋 copy color: '#B28E4D'

red 178 ◦ green 142 ◦ blue 77

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

Shades of Teak #B28E4D

Tints of Teak #B28E4D

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.77%

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

R = 44.84%
G = 35.77%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.57

 K value IS 0.30

RGB Variations

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

Color information

#B28E4D (or 0xB28E4D) is known color: Teak. HEX triplet: B2, 8E and 4D. RGB value is (178,142,77). Sum of RGB (Red+Green+Blue) = 178+142+77=397 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.84% from 397); Green value is 142 (55.86% from 255 or 35.77% from 397); Blue value is 77 (30.47% from 255 or 19.40% from 397); Max value from RGB is 178 - color contains mainly: red. Hex color #B28E4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28E4D is #4D71B2. Grayscale: #919191. Windows color (decimal): -5075379 or 5082802. OLE color: 5082802.

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

Color convert

RGB 178 142 77 -
CMYK 0 0.20 0.57 0.30
HSL 38.61º 0.4% 0.5% -
HSV(B) 38.61º 0.57% 0.7% -
XYZ 29.37 29.35 11.14 -
YUV 145.35 89.43 151.29 -
System Red Green Blue C M Y K H S L
Decimal 178 142 77 0 0.20 0.57 0.30 38.61 0.4 0.5
Hex B2 8E 4D 0 14 39 1E 27 28 32
Octal 262 216 115 0 24 71 36 47 50 62
Binary 10110010 10001110 1001101 0 10100 111001 11110 100111 101000 110010

Color Harmonies of #B28E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28E4D

Black with #B28E4D

Text Example


Text Example

White with #B28E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28E4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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