Html Css Color HEX #B3904A Turmeric

📋 copy color: '#B3904A'

red 179 ◦ green 144 ◦ blue 74

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

Shades of Turmeric #B3904A

Tints of Turmeric #B3904A

RGB

 RED value IS 179 (70.31% from 255) = 45.09%

 GREEN value IS 144 (56.64% from 255) = 36.27%

 BLUE value IS 74 (29.3% from 255) = 18.64%

R = 45.09%
G = 36.27%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#B3904A (or 0xB3904A) is known color: Turmeric. HEX triplet: B3, 90 and 4A. RGB value is (179,144,74). Sum of RGB (Red+Green+Blue) = 179+144+74=397 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.09% from 397); Green value is 144 (56.64% from 255 or 36.27% from 397); Blue value is 74 (29.30% from 255 or 18.64% from 397); Max value from RGB is 179 - color contains mainly: red. Hex color #B3904A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3904A is #4C6FB5. Grayscale: #929292. Windows color (decimal): -5009334 or 4886707. OLE color: 4886707.

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

Color convert

RGB 179 144 74 -
CMYK 0 0.20 0.59 0.30
HSL 40º 0.42% 0.5% -
HSV(B) 40º 0.59% 0.7% -
XYZ 29.8 30.02 10.7 -
YUV 146.49 87.1 151.19 -
System Red Green Blue C M Y K H S L
Decimal 179 144 74 0 0.20 0.59 0.30 40 0.42 0.5
Hex B3 90 4A 0 14 3B 1E 28 2A 32
Octal 263 220 112 0 24 73 36 50 52 62
Binary 10110011 10010000 1001010 0 10100 111011 11110 101000 101010 110010

Color Harmonies of #B3904A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3904A

Black with #B3904A

Text Example


Text Example

White with #B3904A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3904A; }

 p { color: rgb(179,144,74); }

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

background-color css

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

 a { background-color: rgb(179,144,74); }

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

border-color css

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

 span { border-color: rgb(179,144,74); }

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