Html Css Color HEX #B28C49 Turmeric

📋 copy color: '#B28C49'

red 178 ◦ green 140 ◦ blue 73

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

Shades of Turmeric #B28C49

Tints of Turmeric #B28C49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 18.67%

R = 45.52%
G = 35.81%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#B28C49 (or 0xB28C49) is known color: Turmeric. HEX triplet: B2, 8C and 49. RGB value is (178,140,73). Sum of RGB (Red+Green+Blue) = 178+140+73=391 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.52% from 391); Green value is 140 (55.08% from 255 or 35.81% from 391); Blue value is 73 (28.91% from 255 or 18.67% from 391); Max value from RGB is 178 - color contains mainly: red. Hex color #B28C49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28C49 is #4D73B6. Grayscale: #909090. Windows color (decimal): -5075895 or 4820146. OLE color: 4820146.

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

Color convert

RGB 178 140 73 -
CMYK 0 0.21 0.59 0.30
HSL 38.29º 0.42% 0.49% -
HSV(B) 38.29º 0.59% 0.7% -
XYZ 28.94 28.7 10.32 -
YUV 143.72 88.09 152.45 -
System Red Green Blue C M Y K H S L
Decimal 178 140 73 0 0.21 0.59 0.30 38.29 0.42 0.49
Hex B2 8C 49 0 15 3B 1E 26 2A 31
Octal 262 214 111 0 25 73 36 46 52 61
Binary 10110010 10001100 1001001 0 10101 111011 11110 100110 101010 110001

Color Harmonies of #B28C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28C49

Black with #B28C49

Text Example


Text Example

White with #B28C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28C49; }

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

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

background-color css

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

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

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

border-color css

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

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

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