Html Css Color HEX #BEBB20 Rio Grande

📋 copy color: '#BEBB20'

red 190 ◦ green 187 ◦ blue 32

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

Shades of Rio Grande #BEBB20

Tints of Rio Grande #BEBB20

RGB

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

 GREEN value IS 187 (73.44% from 255) = 45.72%

 BLUE value IS 32 (12.89% from 255) = 7.82%

R = 46.45%
G = 45.72%
B = 7.82%

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

#BEBB20 (or 0xBEBB20) is known color: Rio Grande. HEX triplet: BE, BB and 20. RGB value is (190,187,32). Sum of RGB (Red+Green+Blue) = 190+187+32=409 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.45% from 409); Green value is 187 (73.44% from 255 or 45.72% from 409); Blue value is 32 (12.89% from 255 or 7.82% from 409); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBB20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEBB20 is #4144DF. Grayscale: #AAAAAA. Windows color (decimal): -4277472 or 2145214. OLE color: 2145214.

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

Color convert

RGB 190 187 32 -
CMYK 0 0.02 0.83 0.25
HSL 58.86º 0.71% 0.44% -
HSV(B) 58.86º 0.83% 0.75% -
XYZ 39.27 46.59 8.29 -
YUV 170.23 49.99 142.1 -
System Red Green Blue C M Y K H S L
Decimal 190 187 32 0 0.02 0.83 0.25 58.86 0.71 0.44
Hex BE BB 20 0 2 53 19 3B 47 2C
Octal 276 273 40 0 2 123 31 73 107 54
Binary 10111110 10111011 100000 0 10 1010011 11001 111011 1000111 101100

Color Harmonies of #BEBB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBB20

Black with #BEBB20

Text Example


Text Example

White with #BEBB20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBB20; }

 p { color: rgb(190,187,32); }

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

background-color css

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

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

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

border-color css

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

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

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