#B1904B

Color #B1904B Turmeric (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turmeric #B1904B

Tints of Turmeric #B1904B

Color information

#B1904B (or 0xB1904B) is unknown color: approx Turmeric. HEX triplet: B1, 90 and 4B. RGB value is (177,144,75). Sum of RGB (Red+Green+Blue) = 177+144+75=396 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.70% from 396); Green value is 144 (56.64% from 255 or 36.36% from 396); Blue value is 75 (29.69% from 255 or 18.94% from 396); Max value from RGB is 177 - color contains mainly: red. Hex color #B1904B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1904B is #4E6FB4. Grayscale: #929292. Windows color (decimal): -5140405 or 4952241. OLE color: 4952241.

HSL color Cylindrical-coordinate representation of color #B1904B: hue angle of 40.59º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B1904B is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB17714475-
CMYK00.190.580.31
HSL40.59º40.48%49.41%-
HSV(B)40.59º57.63%69.41%-
XYZ29.3729.810.86-
YUV14687.93150.11-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.70%
GREEN value IS 144 (56.64% from 255) = 36.36%
BLUE value IS 75 (29.69% from 255) = 18.94%
R=44.70%
G=36.36%
B=18.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771447500.190.580.3140.5940.4849.41
HexB1904B0133A1F292831
Octal2612201130237237515061
Binary1011000110010000100101101001111101011111101001101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1904B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1904B; }

 p { color: rgb(177,144,75); }

 H1.HeaderClassName
 {
   color: #B1904B;
 }
 .AnyTagClassName
 {
   color: #B1904B;
 }
</style>
background-color css

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

 a { background-color: rgb(177,144,75); }

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

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

 span { border-color: rgb(177,144,75); }

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