Html Css Color HEX #BEBC25 Rio Grande

📋 copy color: '#BEBC25'

red 190 ◦ green 188 ◦ blue 37

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

Shades of Rio Grande #BEBC25

Tints of Rio Grande #BEBC25

RGB

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

 GREEN value IS 188 (73.83% from 255) = 45.3%

 BLUE value IS 37 (14.84% from 255) = 8.92%

R = 45.78%
G = 45.3%
B = 8.92%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#BEBC25 (or 0xBEBC25) is known color: Rio Grande. HEX triplet: BE, BC and 25. RGB value is (190,188,37). Sum of RGB (Red+Green+Blue) = 190+188+37=415 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.78% from 415); Green value is 188 (73.83% from 255 or 45.30% from 415); Blue value is 37 (14.84% from 255 or 8.92% from 415); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBC25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEBC25 is #4143DA. Grayscale: #ABABAB. Windows color (decimal): -4277211 or 2473150. OLE color: 2473150.

HSL color Cylindrical-coordinate representation of color #BEBC25: hue angle of 59.22º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BEBC25 is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 188 37 -
CMYK 0 0.01 0.81 0.25
HSL 59.22º 0.67% 0.45% -
HSV(B) 59.22º 0.81% 0.75% -
XYZ 39.55 47.05 8.75 -
YUV 171.38 52.16 141.28 -
System Red Green Blue C M Y K H S L
Decimal 190 188 37 0 0.01 0.81 0.25 59.22 0.67 0.45
Hex BE BC 25 0 1 51 19 3B 43 2D
Octal 276 274 45 0 1 121 31 73 103 55
Binary 10111110 10111100 100101 0 1 1010001 11001 111011 1000011 101101

Color Harmonies of #BEBC25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBC25

Black with #BEBC25

Text Example


Text Example

White with #BEBC25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBC25; }

 p { color: rgb(190,188,37); }

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

background-color css

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

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

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

border-color css

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

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

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