#BEBE1A

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

Shades of Rio Grande #BEBE1A

Tints of Rio Grande #BEBE1A

Color information

#BEBE1A (or 0xBEBE1A) is unknown color: approx Rio Grande. HEX triplet: BE, BE and 1A. RGB value is (190,190,26). Sum of RGB (Red+Green+Blue) = 190+190+26=406 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.80% from 406); Green value is 190 (74.61% from 255 or 46.80% from 406); Blue value is 26 (10.55% from 255 or 6.40% from 406); Max value from RGB is 190 - color contains mainly: red, green. Hex color #BEBE1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEBE1A is #4141E5. Grayscale: #ABABAB. Windows color (decimal): -4276710 or 1752766. OLE color: 1752766.

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

Color convert

RGB19019026-
CMYK000.860.25
HSL60º75.93%42.35%-
HSV(B)60º86.32%74.51%-
XYZ39.8447.858.11-
YUV171.346141.34-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.80%
GREEN value IS 190 (74.61% from 255) = 46.80%
BLUE value IS 26 (10.55% from 255) = 6.40%
R=46.80%
G=46.80%
B=6.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19019026000.860.256075.9342.35
HexBEBE1A0056193c4c2a
Octal2762763200126317411452
Binary101111101011111011010001010110110011111001001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBE1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBE1A; }

 p { color: rgb(190,190,26); }

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

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

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

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

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

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

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