Html Css Color HEX #B28C4F Teak

📋 copy color: '#B28C4F'

red 178 ◦ green 140 ◦ blue 79

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

Shades of Teak #B28C4F

Tints of Teak #B28C4F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.26%

 BLUE value IS 79 (31.25% from 255) = 19.9%

R = 44.84%
G = 35.26%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.56

 K value IS 0.30

RGB Variations

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

Color information

#B28C4F (or 0xB28C4F) is known color: Teak. HEX triplet: B2, 8C and 4F. RGB value is (178,140,79). Sum of RGB (Red+Green+Blue) = 178+140+79=397 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.84% from 397); Green value is 140 (55.08% from 255 or 35.26% from 397); Blue value is 79 (31.25% from 255 or 19.90% from 397); Max value from RGB is 178 - color contains mainly: red. Hex color #B28C4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28C4F is #4D73B0. Grayscale: #909090. Windows color (decimal): -5075889 or 5213362. OLE color: 5213362.

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

Color convert

RGB 178 140 79 -
CMYK 0 0.21 0.56 0.30
HSL 36.97º 0.39% 0.5% -
HSV(B) 36.97º 0.56% 0.7% -
XYZ 29.15 28.79 11.42 -
YUV 144.41 91.09 151.96 -
System Red Green Blue C M Y K H S L
Decimal 178 140 79 0 0.21 0.56 0.30 36.97 0.39 0.5
Hex B2 8C 4F 0 15 38 1E 25 27 32
Octal 262 214 117 0 25 70 36 45 47 62
Binary 10110010 10001100 1001111 0 10101 111000 11110 100101 100111 110010

Color Harmonies of #B28C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28C4F

Black with #B28C4F

Text Example


Text Example

White with #B28C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28C4F; }

 p { color: rgb(178,140,79); }

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

background-color css

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

 a { background-color: rgb(178,140,79); }

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

border-color css

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

 span { border-color: rgb(178,140,79); }

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