Html Css Color HEX #FFB195 Rose Bud

📋 copy color: '#FFB195'

red 255 ◦ green 177 ◦ blue 149

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

Shades of Rose Bud #FFB195

Tints of Rose Bud #FFB195

RGB

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

 GREEN value IS 177 (69.53% from 255) = 30.46%

 BLUE value IS 149 (58.59% from 255) = 25.65%

R = 43.89%
G = 30.46%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#FFB195 (or 0xFFB195) is known color: Rose Bud. HEX triplet: FF, B1 and 95. RGB value is (255,177,149). Sum of RGB (Red+Green+Blue) = 255+177+149=581 (76% of max value = 765). Red value is 255 (100% from 255 or 43.89% from 581); Green value is 177 (69.53% from 255 or 30.46% from 581); Blue value is 149 (58.59% from 255 or 25.65% from 581); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB195 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFB195 is #004E6A. Grayscale: #C5C5C5. Windows color (decimal): -20075 or 9810431. OLE color: 9810431.

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

Color convert

RGB 255 177 149 -
CMYK 0 0.31 0.42 0
HSL 15.85º 1% 0.79% -
HSV(B) 15.85º 0.42% 1% -
XYZ 62.39 54.87 35.74 -
YUV 197.13 100.84 169.28 -
System Red Green Blue C M Y K H S L
Decimal 255 177 149 0 0.31 0.42 0 15.85 1 0.79
Hex FF B1 95 0 1F 2A 0 10 64 4F
Octal 377 261 225 0 37 52 0 20 144 117
Binary 11111111 10110001 10010101 0 11111 101010 0 10000 1100100 1001111

Color Harmonies of #FFB195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB195

Black with #FFB195

Text Example


Text Example

White with #FFB195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB195; }

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

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

background-color css

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

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

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

border-color css

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

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

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