Html Css Color HEX #B28D47 Turmeric

📋 copy color: '#B28D47'

red 178 ◦ green 141 ◦ blue 71

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

Shades of Turmeric #B28D47

Tints of Turmeric #B28D47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 18.21%

R = 45.64%
G = 36.15%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#B28D47 (or 0xB28D47) is known color: Turmeric. HEX triplet: B2, 8D and 47. RGB value is (178,141,71). Sum of RGB (Red+Green+Blue) = 178+141+71=390 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.64% from 390); Green value is 141 (55.47% from 255 or 36.15% from 390); Blue value is 71 (28.12% from 255 or 18.21% from 390); Max value from RGB is 178 - color contains mainly: red. Hex color #B28D47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28D47 is #4D72B8. Grayscale: #909090. Windows color (decimal): -5075641 or 4689330. OLE color: 4689330.

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

Color convert

RGB 178 141 71 -
CMYK 0 0.21 0.60 0.30
HSL 39.25º 0.43% 0.49% -
HSV(B) 39.25º 0.6% 0.7% -
XYZ 29.02 28.97 10.02 -
YUV 144.08 86.76 152.19 -
System Red Green Blue C M Y K H S L
Decimal 178 141 71 0 0.21 0.60 0.30 39.25 0.43 0.49
Hex B2 8D 47 0 15 3C 1E 27 2B 31
Octal 262 215 107 0 25 74 36 47 53 61
Binary 10110010 10001101 1000111 0 10101 111100 11110 100111 101011 110001

Color Harmonies of #B28D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28D47

Black with #B28D47

Text Example


Text Example

White with #B28D47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28D47; }

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

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

background-color css

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

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

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

border-color css

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

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

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