Html Css Color HEX #BFBE2F Rio Grande

📋 copy color: '#BFBE2F'

red 191 ◦ green 190 ◦ blue 47

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

Shades of Rio Grande #BFBE2F

Tints of Rio Grande #BFBE2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.98%

R = 44.63%
G = 44.39%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#BFBE2F (or 0xBFBE2F) is known color: Rio Grande. HEX triplet: BF, BE and 2F. RGB value is (191,190,47). Sum of RGB (Red+Green+Blue) = 191+190+47=428 (56% of max value = 765). Red value is 191 (75% from 255 or 44.63% from 428); Green value is 190 (74.61% from 255 or 44.39% from 428); Blue value is 47 (18.75% from 255 or 10.98% from 428); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBE2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBE2F is #4041D0. Grayscale: #AEAEAE. Windows color (decimal): -4211153 or 3129023. OLE color: 3129023.

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

Color convert

RGB 191 190 47 -
CMYK 0 0.01 0.75 0.25
HSL 59.58º 0.61% 0.47% -
HSV(B) 59.58º 0.75% 0.75% -
XYZ 40.41 48.11 9.85 -
YUV 174 56.33 140.13 -
System Red Green Blue C M Y K H S L
Decimal 191 190 47 0 0.01 0.75 0.25 59.58 0.61 0.47
Hex BF BE 2F 0 1 4B 19 3C 3D 2F
Octal 277 276 57 0 1 113 31 74 75 57
Binary 10111111 10111110 101111 0 1 1001011 11001 111100 111101 101111

Color Harmonies of #BFBE2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBE2F

Black with #BFBE2F

Text Example


Text Example

White with #BFBE2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBE2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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