Html Css Color HEX #BFBE1F Rio Grande

📋 copy color: '#BFBE1F'

red 191 ◦ green 190 ◦ blue 31

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

Shades of Rio Grande #BFBE1F

Tints of Rio Grande #BFBE1F

RGB

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

 GREEN value IS 190 (74.61% from 255) = 46.12%

 BLUE value IS 31 (12.5% from 255) = 7.52%

R = 46.36%
G = 46.12%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#BFBE1F (or 0xBFBE1F) is known color: Rio Grande. HEX triplet: BF, BE and 1F. RGB value is (191,190,31). Sum of RGB (Red+Green+Blue) = 191+190+31=412 (54% of max value = 765). Red value is 191 (75% from 255 or 46.36% from 412); Green value is 190 (74.61% from 255 or 46.12% from 412); Blue value is 31 (12.5% from 255 or 7.52% from 412); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBE1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBE1F is #4041E0. Grayscale: #ACACAC. Windows color (decimal): -4211169 or 2080447. OLE color: 2080447.

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

Color convert

RGB 191 190 31 -
CMYK 0 0.01 0.84 0.25
HSL 59.63º 0.72% 0.44% -
HSV(B) 59.63º 0.84% 0.75% -
XYZ 40.15 48 8.45 -
YUV 172.17 48.33 141.43 -
System Red Green Blue C M Y K H S L
Decimal 191 190 31 0 0.01 0.84 0.25 59.63 0.72 0.44
Hex BF BE 1F 0 1 54 19 3C 48 2C
Octal 277 276 37 0 1 124 31 74 110 54
Binary 10111111 10111110 11111 0 1 1010100 11001 111100 1001000 101100

Color Harmonies of #BFBE1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBE1F

Black with #BFBE1F

Text Example


Text Example

White with #BFBE1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBE1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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