Html Css Color HEX #FFB077 Tacao

📋 copy color: '#FFB077'

red 255 ◦ green 176 ◦ blue 119

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

Shades of Tacao #FFB077

Tints of Tacao #FFB077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 21.64%

R = 46.36%
G = 32%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.53

 K value IS 0

RGB Variations

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

Color information

#FFB077 (or 0xFFB077) is known color: Tacao. HEX triplet: FF, B0 and 77. RGB value is (255,176,119). Sum of RGB (Red+Green+Blue) = 255+176+119=550 (72% of max value = 765). Red value is 255 (100% from 255 or 46.36% from 550); Green value is 176 (69.14% from 255 or 32% from 550); Blue value is 119 (46.88% from 255 or 21.64% from 550); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB077 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFB077 is #004F88. Grayscale: #C1C1C1. Windows color (decimal): -20361 or 7844095. OLE color: 7844095.

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

Color convert

RGB 255 176 119 -
CMYK 0 0.31 0.53 0
HSL 25.15º 1% 0.73% -
HSV(B) 25.15º 0.53% 1% -
XYZ 60.1 53.64 24.64 -
YUV 193.12 86.17 172.13 -
System Red Green Blue C M Y K H S L
Decimal 255 176 119 0 0.31 0.53 0 25.15 1 0.73
Hex FF B0 77 0 1F 35 0 19 64 49
Octal 377 260 167 0 37 65 0 31 144 111
Binary 11111111 10110000 1110111 0 11111 110101 0 11001 1100100 1001001

Color Harmonies of #FFB077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB077

Black with #FFB077

Text Example


Text Example

White with #FFB077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB077; }

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

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

background-color css

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

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

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

border-color css

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

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

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