Html Css Color HEX #BEBD2B Rio Grande

📋 copy color: '#BEBD2B'

red 190 ◦ green 189 ◦ blue 43

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

Shades of Rio Grande #BEBD2B

Tints of Rio Grande #BEBD2B

RGB

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

 GREEN value IS 189 (74.22% from 255) = 44.79%

 BLUE value IS 43 (17.19% from 255) = 10.19%

R = 45.02%
G = 44.79%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BEBD2B (or 0xBEBD2B) is known color: Rio Grande. HEX triplet: BE, BD and 2B. RGB value is (190,189,43). Sum of RGB (Red+Green+Blue) = 190+189+43=422 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.02% from 422); Green value is 189 (74.22% from 255 or 44.79% from 422); Blue value is 43 (17.19% from 255 or 10.19% from 422); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBD2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEBD2B is #4142D4. Grayscale: #ADADAD. Windows color (decimal): -4276949 or 2866622. OLE color: 2866622.

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

Color convert

RGB 190 189 43 -
CMYK 0 0.01 0.77 0.25
HSL 59.59º 0.63% 0.46% -
HSV(B) 59.59º 0.77% 0.75% -
XYZ 39.87 47.52 9.36 -
YUV 172.66 54.83 140.37 -
System Red Green Blue C M Y K H S L
Decimal 190 189 43 0 0.01 0.77 0.25 59.59 0.63 0.46
Hex BE BD 2B 0 1 4D 19 3C 3F 2E
Octal 276 275 53 0 1 115 31 74 77 56
Binary 10111110 10111101 101011 0 1 1001101 11001 111100 111111 101110

Color Harmonies of #BEBD2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBD2B

Black with #BEBD2B

Text Example


Text Example

White with #BEBD2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBD2B; }

 p { color: rgb(190,189,43); }

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

background-color css

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

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

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

border-color css

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

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

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