#FFB39A

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

Shades of Rose Bud #FFB39A

Tints of Rose Bud #FFB39A

Color information

#FFB39A (or 0xFFB39A) is unknown color: approx Rose Bud. HEX triplet: FF, B3 and 9A. RGB value is (255,179,154). Sum of RGB (Red+Green+Blue) = 255+179+154=588 (77% of max value = 765). Red value is 255 (100% from 255 or 43.37% from 588); Green value is 179 (70.31% from 255 or 30.44% from 588); Blue value is 154 (60.55% from 255 or 26.19% from 588); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB39A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB39A is #004C65. Grayscale: #C7C7C7. Windows color (decimal): -19558 or 10138623. OLE color: 10138623.

HSL color Cylindrical-coordinate representation of color #FFB39A: hue angle of 14.85º 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 #FFB39A is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.

Color convert

RGB255179154-
CMYK00.300.400
HSL14.85º100%80.2%-
HSV(B)14.85º39.61%100%-
XYZ63.1955.8338.02-
YUV198.87102.68168.03-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.37%
GREEN value IS 179 (70.31% from 255) = 30.44%
BLUE value IS 154 (60.55% from 255) = 26.19%
R=43.37%
G=30.44%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.40
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517915400.300.40014.8510080.2
HexFFB39A01E280f6450
Octal37726323203650017144120
Binary1111111110110011100110100111101010000111111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB39A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB39A; }

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

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

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

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

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

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

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

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