Html Css Color HEX #BFD729 Fuego

📋 copy color: '#BFD729'

red 191 ◦ green 215 ◦ blue 41

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

Shades of Fuego #BFD729

Tints of Fuego #BFD729

RGB

 RED value IS 191 (75% from 255) = 42.73%

 GREEN value IS 215 (84.38% from 255) = 48.1%

 BLUE value IS 41 (16.41% from 255) = 9.17%

R = 42.73%
G = 48.1%
B = 9.17%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#BFD729 (or 0xBFD729) is known color: Fuego. HEX triplet: BF, D7 and 29. RGB value is (191,215,41). Sum of RGB (Red+Green+Blue) = 191+215+41=447 (59% of max value = 765). Red value is 191 (75% from 255 or 42.73% from 447); Green value is 215 (84.38% from 255 or 48.10% from 447); Blue value is 41 (16.41% from 255 or 9.17% from 447); Max value from RGB is 215 - color contains mainly: green. Hex color #BFD729 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD729 is #4028D6. Grayscale: #BCBCBC. Windows color (decimal): -4204759 or 2742207. OLE color: 2742207.

HSL color Cylindrical-coordinate representation of color #BFD729: hue angle of 68.28º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BFD729 is Cyan = 0.11, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 191 215 41 -
CMYK 0.11 0 0.81 0.16
HSL 68.28º 0.69% 0.5% -
HSV(B) 68.28º 0.81% 0.84% -
XYZ 46.19 59.84 11.21 -
YUV 187.99 45.05 130.15 -
System Red Green Blue C M Y K H S L
Decimal 191 215 41 0.11 0 0.81 0.16 68.28 0.69 0.5
Hex BF D7 29 B 0 51 10 44 45 32
Octal 277 327 51 13 0 121 20 104 105 62
Binary 10111111 11010111 101001 1011 0 1010001 10000 1000100 1000101 110010

Color Harmonies of #BFD729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD729

Black with #BFD729

Text Example


Text Example

White with #BFD729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD729; }

 p { color: rgb(191,215,41); }

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

background-color css

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

 a { background-color: rgb(191,215,41); }

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

border-color css

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

 span { border-color: rgb(191,215,41); }

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