Html Css Color HEX #BFC130 Fuego

📋 copy color: '#BFC130'

red 191 ◦ green 193 ◦ blue 48

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

Shades of Fuego #BFC130

Tints of Fuego #BFC130

RGB

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

 GREEN value IS 193 (75.78% from 255) = 44.68%

 BLUE value IS 48 (19.14% from 255) = 11.11%

R = 44.21%
G = 44.68%
B = 11.11%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#BFC130 (or 0xBFC130) is known color: Fuego. HEX triplet: BF, C1 and 30. RGB value is (191,193,48). Sum of RGB (Red+Green+Blue) = 191+193+48=432 (57% of max value = 765). Red value is 191 (75% from 255 or 44.21% from 432); Green value is 193 (75.78% from 255 or 44.68% from 432); Blue value is 48 (19.14% from 255 or 11.11% from 432); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC130 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC130 is #403ECF. Grayscale: #B0B0B0. Windows color (decimal): -4210384 or 3195327. OLE color: 3195327.

HSL color Cylindrical-coordinate representation of color #BFC130: hue angle of 60.83º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BFC130 is Cyan = 0.01, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 191 193 48 -
CMYK 0.01 0 0.75 0.24
HSL 60.83º 0.6% 0.47% -
HSV(B) 60.83º 0.75% 0.76% -
XYZ 41.09 49.43 10.17 -
YUV 175.87 55.84 138.79 -
System Red Green Blue C M Y K H S L
Decimal 191 193 48 0.01 0 0.75 0.24 60.83 0.6 0.47
Hex BF C1 30 1 0 4B 18 3D 3C 2F
Octal 277 301 60 1 0 113 30 75 74 57
Binary 10111111 11000001 110000 1 0 1001011 11000 111101 111100 101111

Color Harmonies of #BFC130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC130

Black with #BFC130

Text Example


Text Example

White with #BFC130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC130; }

 p { color: rgb(191,193,48); }

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

background-color css

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

 a { background-color: rgb(191,193,48); }

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

border-color css

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

 span { border-color: rgb(191,193,48); }

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