#B7BE2B

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

Shades of Rio Grande #B7BE2B

Tints of Rio Grande #B7BE2B

Color information

#B7BE2B (or 0xB7BE2B) is unknown color: approx Rio Grande. HEX triplet: B7, BE and 2B. RGB value is (183,190,43). Sum of RGB (Red+Green+Blue) = 183+190+43=416 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.99% from 416); Green value is 190 (74.61% from 255 or 45.67% from 416); Blue value is 43 (17.19% from 255 or 10.34% from 416); Max value from RGB is 190 - color contains mainly: green. Hex color #B7BE2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7BE2B is #4841D4. Grayscale: #ABABAB. Windows color (decimal): -4735445 or 2866871. OLE color: 2866871.

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

Color convert

RGB18319043-
CMYK0.0400.770.25
HSL62.86º63.09%45.69%-
HSV(B)62.86º77.37%74.51%-
XYZ38.3847.079.35-
YUV171.1555.68136.45-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.99%
GREEN value IS 190 (74.61% from 255) = 45.67%
BLUE value IS 43 (17.19% from 255) = 10.34%
R=43.99%
G=45.67%
B=10.34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal183190430.0400.770.2562.8663.0945.69
HexB7BE2B404D193f3f2e
Octal267276534011531777756
Binary10110111101111101010111000100110111001111111111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BE2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BE2B; }

 p { color: rgb(183,190,43); }

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

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

 a { background-color: rgb(183,190,43); }

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

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

 span { border-color: rgb(183,190,43); }

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