Html Css Color HEX #BEBE1D Rio Grande

📋 copy color: '#BEBE1D'

red 190 ◦ green 190 ◦ blue 29

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

Shades of Rio Grande #BEBE1D

Tints of Rio Grande #BEBE1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.09%

R = 46.45%
G = 46.45%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#BEBE1D (or 0xBEBE1D) is known color: Rio Grande. HEX triplet: BE, BE and 1D. RGB value is (190,190,29). Sum of RGB (Red+Green+Blue) = 190+190+29=409 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.45% from 409); Green value is 190 (74.61% from 255 or 46.45% from 409); Blue value is 29 (11.72% from 255 or 7.09% from 409); Max value from RGB is 190 - color contains mainly: red, green. Hex color #BEBE1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEBE1D is #4141E2. Grayscale: #ACACAC. Windows color (decimal): -4276707 or 1949374. OLE color: 1949374.

HSL color Cylindrical-coordinate representation of color #BEBE1D: hue angle of 60º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BEBE1D is Cyan = 0, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 190 29 -
CMYK 0 0 0.85 0.25
HSL 60º 0.74% 0.43% -
HSV(B) 60º 0.85% 0.75% -
XYZ 39.87 47.86 8.3 -
YUV 171.65 47.5 141.09 -
System Red Green Blue C M Y K H S L
Decimal 190 190 29 0 0 0.85 0.25 60 0.74 0.43
Hex BE BE 1D 0 0 55 19 3C 4A 2B
Octal 276 276 35 0 0 125 31 74 112 53
Binary 10111110 10111110 11101 0 0 1010101 11001 111100 1001010 101011

Color Harmonies of #BEBE1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBE1D

Black with #BEBE1D

Text Example


Text Example

White with #BEBE1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBE1D; }

 p { color: rgb(190,190,29); }

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

background-color css

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

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

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

border-color css

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

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

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