Html Css Color HEX #BEBA21 Rio Grande

📋 copy color: '#BEBA21'

red 190 ◦ green 186 ◦ blue 33

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

Shades of Rio Grande #BEBA21

Tints of Rio Grande #BEBA21

RGB

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

 GREEN value IS 186 (73.05% from 255) = 45.48%

 BLUE value IS 33 (13.28% from 255) = 8.07%

R = 46.45%
G = 45.48%
B = 8.07%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#BEBA21 (or 0xBEBA21) is known color: Rio Grande. HEX triplet: BE, BA and 21. RGB value is (190,186,33). Sum of RGB (Red+Green+Blue) = 190+186+33=409 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.45% from 409); Green value is 186 (73.05% from 255 or 45.48% from 409); Blue value is 33 (13.28% from 255 or 8.07% from 409); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEBA21 is #4145DE. Grayscale: #AAAAAA. Windows color (decimal): -4277727 or 2210494. OLE color: 2210494.

HSL color Cylindrical-coordinate representation of color #BEBA21: hue angle of 58.47º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BEBA21 is Cyan = 0, Magento = 0.02, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 186 33 -
CMYK 0 0.02 0.83 0.25
HSL 58.47º 0.7% 0.44% -
HSV(B) 58.47º 0.83% 0.75% -
XYZ 39.07 46.17 8.29 -
YUV 169.75 50.83 142.44 -
System Red Green Blue C M Y K H S L
Decimal 190 186 33 0 0.02 0.83 0.25 58.47 0.7 0.44
Hex BE BA 21 0 2 53 19 3A 46 2C
Octal 276 272 41 0 2 123 31 72 106 54
Binary 10111110 10111010 100001 0 10 1010011 11001 111010 1000110 101100

Color Harmonies of #BEBA21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBA21

Black with #BEBA21

Text Example


Text Example

White with #BEBA21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBA21; }

 p { color: rgb(190,186,33); }

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

background-color css

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

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

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

border-color css

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

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

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