Html Css Color HEX #BEBE2D Rio Grande

📋 copy color: '#BEBE2D'

red 190 ◦ green 190 ◦ blue 45

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

Shades of Rio Grande #BEBE2D

Tints of Rio Grande #BEBE2D

RGB

 RED value IS 190 (74.61% from 255) = 44.71%

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

 BLUE value IS 45 (17.97% from 255) = 10.59%

R = 44.71%
G = 44.71%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#BEBE2D (or 0xBEBE2D) is known color: Rio Grande. HEX triplet: BE, BE and 2D. RGB value is (190,190,45). Sum of RGB (Red+Green+Blue) = 190+190+45=425 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.71% from 425); Green value is 190 (74.61% from 255 or 44.71% from 425); Blue value is 45 (17.97% from 255 or 10.59% from 425); Max value from RGB is 190 - color contains mainly: red, green. Hex color #BEBE2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEBE2D is #4141D2. Grayscale: #AEAEAE. Windows color (decimal): -4276691 or 2997950. OLE color: 2997950.

HSL color Cylindrical-coordinate representation of color #BEBE2D: hue angle of 60º degrees, saturation: 0.62, 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 #BEBE2D is Cyan = 0, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 190 45 -
CMYK 0 0 0.76 0.25
HSL 60º 0.62% 0.46% -
HSV(B) 60º 0.76% 0.75% -
XYZ 40.12 47.96 9.63 -
YUV 173.47 55.5 139.79 -
System Red Green Blue C M Y K H S L
Decimal 190 190 45 0 0 0.76 0.25 60 0.62 0.46
Hex BE BE 2D 0 0 4C 19 3C 3E 2E
Octal 276 276 55 0 0 114 31 74 76 56
Binary 10111110 10111110 101101 0 0 1001100 11001 111100 111110 101110

Color Harmonies of #BEBE2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBE2D

Black with #BEBE2D

Text Example


Text Example

White with #BEBE2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBE2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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