Html Css Color HEX #BEBA23 Rio Grande

📋 copy color: '#BEBA23'

red 190 ◦ green 186 ◦ blue 35

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

Shades of Rio Grande #BEBA23

Tints of Rio Grande #BEBA23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.52%

R = 46.23%
G = 45.26%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#BEBA23 (or 0xBEBA23) is known color: Rio Grande. HEX triplet: BE, BA and 23. RGB value is (190,186,35). Sum of RGB (Red+Green+Blue) = 190+186+35=411 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.23% from 411); Green value is 186 (73.05% from 255 or 45.26% from 411); Blue value is 35 (14.06% from 255 or 8.52% from 411); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEBA23 is #4145DC. Grayscale: #AAAAAA. Windows color (decimal): -4277725 or 2341566. OLE color: 2341566.

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

Color convert

RGB 190 186 35 -
CMYK 0 0.02 0.82 0.25
HSL 58.45º 0.69% 0.44% -
HSV(B) 58.45º 0.82% 0.75% -
XYZ 39.1 46.19 8.44 -
YUV 169.98 51.83 142.28 -
System Red Green Blue C M Y K H S L
Decimal 190 186 35 0 0.02 0.82 0.25 58.45 0.69 0.44
Hex BE BA 23 0 2 52 19 3A 45 2C
Octal 276 272 43 0 2 122 31 72 105 54
Binary 10111110 10111010 100011 0 10 1010010 11001 111010 1000101 101100

Color Harmonies of #BEBA23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBA23

Black with #BEBA23

Text Example


Text Example

White with #BEBA23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBA23; }

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

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

background-color css

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

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

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

border-color css

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

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

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