Html Css Color HEX #BFBE2E Rio Grande

📋 copy color: '#BFBE2E'

red 191 ◦ green 190 ◦ blue 46

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

Shades of Rio Grande #BFBE2E

Tints of Rio Grande #BFBE2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 10.77%

R = 44.73%
G = 44.5%
B = 10.77%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#BFBE2E (or 0xBFBE2E) is known color: Rio Grande. HEX triplet: BF, BE and 2E. RGB value is (191,190,46). Sum of RGB (Red+Green+Blue) = 191+190+46=427 (56% of max value = 765). Red value is 191 (75% from 255 or 44.73% from 427); Green value is 190 (74.61% from 255 or 44.50% from 427); Blue value is 46 (18.36% from 255 or 10.77% from 427); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBE2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBE2E is #4041D1. Grayscale: #AEAEAE. Windows color (decimal): -4211154 or 3063487. OLE color: 3063487.

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

Color convert

RGB 191 190 46 -
CMYK 0 0.01 0.76 0.25
HSL 59.59º 0.61% 0.46% -
HSV(B) 59.59º 0.76% 0.75% -
XYZ 40.39 48.1 9.74 -
YUV 173.88 55.83 140.21 -
System Red Green Blue C M Y K H S L
Decimal 191 190 46 0 0.01 0.76 0.25 59.59 0.61 0.46
Hex BF BE 2E 0 1 4C 19 3C 3D 2E
Octal 277 276 56 0 1 114 31 74 75 56
Binary 10111111 10111110 101110 0 1 1001100 11001 111100 111101 101110

Color Harmonies of #BFBE2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBE2E

Black with #BFBE2E

Text Example


Text Example

White with #BFBE2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBE2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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