#B8BE2F

Color #B8BE2F Rio Grande (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rio Grande #B8BE2F

Tints of Rio Grande #B8BE2F

Color information

#B8BE2F (or 0xB8BE2F) is unknown color: approx Rio Grande. HEX triplet: B8, BE and 2F. RGB value is (184,190,47). Sum of RGB (Red+Green+Blue) = 184+190+47=421 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.71% from 421); Green value is 190 (74.61% from 255 or 45.13% from 421); Blue value is 47 (18.75% from 255 or 11.16% from 421); Max value from RGB is 190 - color contains mainly: green. Hex color #B8BE2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8BE2F is #4741D0. Grayscale: #ACACAC. Windows color (decimal): -4669905 or 3129016. OLE color: 3129016.

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

Color convert

RGB18419047-
CMYK0.0300.750.25
HSL62.52º60.34%46.47%-
HSV(B)62.52º75.26%74.51%-
XYZ38.6947.229.76-
YUV171.957.51136.63-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.71%
GREEN value IS 190 (74.61% from 255) = 45.13%
BLUE value IS 47 (18.75% from 255) = 11.16%
R=43.71%
G=45.13%
B=11.16%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal184190470.0300.750.2562.5260.3446.47
HexB8BE2F304B193f3c2e
Octal270276573011331777456
Binary1011100010111110101111110100101111001111111111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BE2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BE2F; }

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

 H1.HeaderClassName
 {
   color: #B8BE2F;
 }
 .AnyTagClassName
 {
   color: #B8BE2F;
 }
</style>
background-color css

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

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

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

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

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

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