Html Css Color HEX #FFBB5F Texas Rose

📋 copy color: '#FFBB5F'

red 255 ◦ green 187 ◦ blue 95

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

Shades of Texas Rose #FFBB5F

Tints of Texas Rose #FFBB5F

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.82%

 BLUE value IS 95 (37.5% from 255) = 17.69%

R = 47.49%
G = 34.82%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.63

 K value IS 0

RGB Variations

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

Color information

#FFBB5F (or 0xFFBB5F) is known color: Texas Rose. HEX triplet: FF, BB and 5F. RGB value is (255,187,95). Sum of RGB (Red+Green+Blue) = 255+187+95=537 (71% of max value = 765). Red value is 255 (100% from 255 or 47.49% from 537); Green value is 187 (73.44% from 255 or 34.82% from 537); Blue value is 95 (37.5% from 255 or 17.69% from 537); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBB5F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBB5F is #0044A0. Grayscale: #C5C5C5. Windows color (decimal): -17569 or 6274047. OLE color: 6274047.

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

Color convert

RGB 255 187 95 -
CMYK 0 0.27 0.63 0
HSL 34.5º 1% 0.69% -
HSV(B) 34.5º 0.63% 1% -
XYZ 61.08 57.63 18.73 -
YUV 196.84 70.53 169.48 -
System Red Green Blue C M Y K H S L
Decimal 255 187 95 0 0.27 0.63 0 34.5 1 0.69
Hex FF BB 5F 0 1B 3F 0 22 64 45
Octal 377 273 137 0 33 77 0 42 144 105
Binary 11111111 10111011 1011111 0 11011 111111 0 100010 1100100 1000101

Color Harmonies of #FFBB5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBB5F

Black with #FFBB5F

Text Example


Text Example

White with #FFBB5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBB5F; }

 p { color: rgb(255,187,95); }

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

background-color css

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

 a { background-color: rgb(255,187,95); }

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

border-color css

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

 span { border-color: rgb(255,187,95); }

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