Html Css Color HEX #FFB55B Texas Rose

📋 copy color: '#FFB55B'

red 255 ◦ green 181 ◦ blue 91

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

Shades of Texas Rose #FFB55B

Tints of Texas Rose #FFB55B

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.35%

 BLUE value IS 91 (35.94% from 255) = 17.27%

R = 48.39%
G = 34.35%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.64

 K value IS 0

RGB Variations

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

Color information

#FFB55B (or 0xFFB55B) is known color: Texas Rose. HEX triplet: FF, B5 and 5B. RGB value is (255,181,91). Sum of RGB (Red+Green+Blue) = 255+181+91=527 (69% of max value = 765). Red value is 255 (100% from 255 or 48.39% from 527); Green value is 181 (71.09% from 255 or 34.35% from 527); Blue value is 91 (35.94% from 255 or 17.27% from 527); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB55B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB55B is #004AA4. Grayscale: #C1C1C1. Windows color (decimal): -19109 or 6010367. OLE color: 6010367.

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

Color convert

RGB 255 181 91 -
CMYK 0 0.29 0.64 0
HSL 32.93º 1% 0.68% -
HSV(B) 32.93º 0.64% 1% -
XYZ 59.65 55.06 17.38 -
YUV 192.87 70.52 172.32 -
System Red Green Blue C M Y K H S L
Decimal 255 181 91 0 0.29 0.64 0 32.93 1 0.68
Hex FF B5 5B 0 1D 40 0 21 64 44
Octal 377 265 133 0 35 100 0 41 144 104
Binary 11111111 10110101 1011011 0 11101 1000000 0 100001 1100100 1000100

Color Harmonies of #FFB55B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB55B

Black with #FFB55B

Text Example


Text Example

White with #FFB55B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB55B; }

 p { color: rgb(255,181,91); }

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

background-color css

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

 a { background-color: rgb(255,181,91); }

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

border-color css

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

 span { border-color: rgb(255,181,91); }

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