#FFB155

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

Shades of Texas Rose #FFB155

Tints of Texas Rose #FFB155

Color information

#FFB155 (or 0xFFB155) is unknown color: approx Texas Rose. HEX triplet: FF, B1 and 55. RGB value is (255,177,85). Sum of RGB (Red+Green+Blue) = 255+177+85=517 (68% of max value = 765). Red value is 255 (100% from 255 or 49.32% from 517); Green value is 177 (69.53% from 255 or 34.24% from 517); Blue value is 85 (33.59% from 255 or 16.44% from 517); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB155 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFB155 is #004EAA. Grayscale: #BEBEBE. Windows color (decimal): -20139 or 5616127. OLE color: 5616127.

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

Color convert

RGB25517785-
CMYK00.310.670
HSL32.47º100%66.67%-
HSV(B)32.47º66.67%100%-
XYZ58.653.3615.81-
YUV189.8368.84174.48-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.32%
GREEN value IS 177 (69.53% from 255) = 34.24%
BLUE value IS 85 (33.59% from 255) = 16.44%
R=49.32%
G=34.24%
B=16.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.67
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551778500.310.67032.4710066.67
HexFFB15501F430206443
Octal377261125037103040144103
Binary111111111011000110101010111111000011010000011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB155; }

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

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

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

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

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

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

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

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