Html Css Color HEX #BEBA28 Rio Grande

📋 copy color: '#BEBA28'

red 190 ◦ green 186 ◦ blue 40

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

Shades of Rio Grande #BEBA28

Tints of Rio Grande #BEBA28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.62%

R = 45.67%
G = 44.71%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BEBA28 (or 0xBEBA28) is known color: Rio Grande. HEX triplet: BE, BA and 28. RGB value is (190,186,40). Sum of RGB (Red+Green+Blue) = 190+186+40=416 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.67% from 416); Green value is 186 (73.05% from 255 or 44.71% from 416); Blue value is 40 (16.02% from 255 or 9.62% from 416); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEBA28 is #4145D7. Grayscale: #ABABAB. Windows color (decimal): -4277720 or 2669246. OLE color: 2669246.

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

Color convert

RGB 190 186 40 -
CMYK 0 0.02 0.79 0.25
HSL 58.4º 0.65% 0.45% -
HSV(B) 58.4º 0.79% 0.75% -
XYZ 39.18 46.22 8.86 -
YUV 170.55 54.33 141.87 -
System Red Green Blue C M Y K H S L
Decimal 190 186 40 0 0.02 0.79 0.25 58.4 0.65 0.45
Hex BE BA 28 0 2 4F 19 3A 41 2D
Octal 276 272 50 0 2 117 31 72 101 55
Binary 10111110 10111010 101000 0 10 1001111 11001 111010 1000001 101101

Color Harmonies of #BEBA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBA28

Black with #BEBA28

Text Example


Text Example

White with #BEBA28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBA28; }

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

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

background-color css

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

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

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

border-color css

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

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

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