Html Css Color HEX #BEBF31 Fuego

📋 copy color: '#BEBF31'

red 190 ◦ green 191 ◦ blue 49

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

Shades of Fuego #BEBF31

Tints of Fuego #BEBF31

RGB

 RED value IS 190 (74.61% from 255) = 44.19%

 GREEN value IS 191 (75% from 255) = 44.42%

 BLUE value IS 49 (19.53% from 255) = 11.4%

R = 44.19%
G = 44.42%
B = 11.4%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BEBF31 (or 0xBEBF31) is known color: Fuego. HEX triplet: BE, BF and 31. RGB value is (190,191,49). Sum of RGB (Red+Green+Blue) = 190+191+49=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 191 (75% from 255 or 44.42% from 430); Blue value is 49 (19.53% from 255 or 11.40% from 430); Max value from RGB is 191 - color contains mainly: green. Hex color #BEBF31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEBF31 is #4140CE. Grayscale: #AFAFAF. Windows color (decimal): -4276431 or 3260350. OLE color: 3260350.

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

Color convert

RGB 190 191 49 -
CMYK 0.01 0 0.74 0.25
HSL 60.42º 0.59% 0.47% -
HSV(B) 60.42º 0.74% 0.75% -
XYZ 40.42 48.43 10.12 -
YUV 174.51 57.17 139.05 -
System Red Green Blue C M Y K H S L
Decimal 190 191 49 0.01 0 0.74 0.25 60.42 0.59 0.47
Hex BE BF 31 1 0 4A 19 3C 3B 2F
Octal 276 277 61 1 0 112 31 74 73 57
Binary 10111110 10111111 110001 1 0 1001010 11001 111100 111011 101111

Color Harmonies of #BEBF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBF31

Black with #BEBF31

Text Example


Text Example

White with #BEBF31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBF31; }

 p { color: rgb(190,191,49); }

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

background-color css

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

 a { background-color: rgb(190,191,49); }

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

border-color css

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

 span { border-color: rgb(190,191,49); }

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