Html Css Color HEX #FFB09A Rose Bud

📋 copy color: '#FFB09A'

red 255 ◦ green 176 ◦ blue 154

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

Shades of Rose Bud #FFB09A

Tints of Rose Bud #FFB09A

RGB

 RED value IS 255 (100% from 255) = 43.59%

 GREEN value IS 176 (69.14% from 255) = 30.09%

 BLUE value IS 154 (60.55% from 255) = 26.32%

R = 43.59%
G = 30.09%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.40

 K value IS 0

RGB Variations

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

Color information

#FFB09A (or 0xFFB09A) is known color: Rose Bud. HEX triplet: FF, B0 and 9A. RGB value is (255,176,154). Sum of RGB (Red+Green+Blue) = 255+176+154=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 176 (69.14% from 255 or 30.09% from 585); Blue value is 154 (60.55% from 255 or 26.32% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB09A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFB09A is #004F65. Grayscale: #C5C5C5. Windows color (decimal): -20326 or 10137855. OLE color: 10137855.

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

Color convert

RGB 255 176 154 -
CMYK 0 0.31 0.40 0
HSL 13.07º 1% 0.8% -
HSV(B) 13.07º 0.4% 1% -
XYZ 62.6 54.64 37.82 -
YUV 197.11 103.67 169.29 -
System Red Green Blue C M Y K H S L
Decimal 255 176 154 0 0.31 0.40 0 13.07 1 0.8
Hex FF B0 9A 0 1F 28 0 D 64 50
Octal 377 260 232 0 37 50 0 15 144 120
Binary 11111111 10110000 10011010 0 11111 101000 0 1101 1100100 1010000

Color Harmonies of #FFB09A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB09A

Black with #FFB09A

Text Example


Text Example

White with #FFB09A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB09A; }

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

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

background-color css

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

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

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

border-color css

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

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

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