Html Css Color HEX #FFB09B Rose Bud

📋 copy color: '#FFB09B'

red 255 ◦ green 176 ◦ blue 155

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

Shades of Rose Bud #FFB09B

Tints of Rose Bud #FFB09B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 26.45%

R = 43.52%
G = 30.03%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.39

 K value IS 0

RGB Variations

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

Color information

#FFB09B (or 0xFFB09B) is known color: Rose Bud. HEX triplet: FF, B0 and 9B. RGB value is (255,176,155). Sum of RGB (Red+Green+Blue) = 255+176+155=586 (77% of max value = 765). Red value is 255 (100% from 255 or 43.52% from 586); Green value is 176 (69.14% from 255 or 30.03% from 586); Blue value is 155 (60.94% from 255 or 26.45% from 586); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB09B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFB09B is #004F64. Grayscale: #C5C5C5. Windows color (decimal): -20325 or 10203391. OLE color: 10203391.

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

Color convert

RGB 255 176 155 -
CMYK 0 0.31 0.39 0
HSL 12.6º 1% 0.8% -
HSV(B) 12.6º 0.39% 1% -
XYZ 62.68 54.68 38.26 -
YUV 197.23 104.17 169.21 -
System Red Green Blue C M Y K H S L
Decimal 255 176 155 0 0.31 0.39 0 12.6 1 0.8
Hex FF B0 9B 0 1F 27 0 D 64 50
Octal 377 260 233 0 37 47 0 15 144 120
Binary 11111111 10110000 10011011 0 11111 100111 0 1101 1100100 1010000

Color Harmonies of #FFB09B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB09B

Black with #FFB09B

Text Example


Text Example

White with #FFB09B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB09B; }

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

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

background-color css

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

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

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

border-color css

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

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

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