#FFB19A

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

Shades of Rose Bud #FFB19A

Tints of Rose Bud #FFB19A

Color information

#FFB19A (or 0xFFB19A) is unknown color: approx Rose Bud. HEX triplet: FF, B1 and 9A. RGB value is (255,177,154). Sum of RGB (Red+Green+Blue) = 255+177+154=586 (77% of max value = 765). Red value is 255 (100% from 255 or 43.52% from 586); Green value is 177 (69.53% from 255 or 30.20% from 586); Blue value is 154 (60.55% from 255 or 26.28% from 586); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB19A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFB19A is #004E65. Grayscale: #C5C5C5. Windows color (decimal): -20070 or 10138111. OLE color: 10138111.

HSL color Cylindrical-coordinate representation of color #FFB19A: hue angle of 13.66º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FFB19A is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.

Color convert

RGB255177154-
CMYK00.310.400
HSL13.66º100%80.2%-
HSV(B)13.66º39.61%100%-
XYZ62.7955.0437.89-
YUV197.7103.34168.87-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.52%
GREEN value IS 177 (69.53% from 255) = 30.20%
BLUE value IS 154 (60.55% from 255) = 26.28%
R=43.52%
G=30.20%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.40
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517715400.310.40013.6610080.2
HexFFB19A01F280e6450
Octal37726123203750016144120
Binary1111111110110001100110100111111010000111011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB19A; }

 p { color: rgb(255,177,154); }

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

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

 a { background-color: rgb(255,177,154); }

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

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

 span { border-color: rgb(255,177,154); }

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