Html Css Color HEX #BDB515 La Rioja

📋 copy color: '#BDB515'

red 189 ◦ green 181 ◦ blue 21

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

Shades of La Rioja #BDB515

Tints of La Rioja #BDB515

RGB

 RED value IS 189 (74.22% from 255) = 48.34%

 GREEN value IS 181 (71.09% from 255) = 46.29%

 BLUE value IS 21 (8.59% from 255) = 5.37%

R = 48.34%
G = 46.29%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BDB515 (or 0xBDB515) is known color: La Rioja. HEX triplet: BD, B5 and 15. RGB value is (189,181,21). Sum of RGB (Red+Green+Blue) = 189+181+21=391 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.34% from 391); Green value is 181 (71.09% from 255 or 46.29% from 391); Blue value is 21 (8.59% from 255 or 5.37% from 391); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB515 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB515 is #424AEA. Grayscale: #A5A5A5. Windows color (decimal): -4344555 or 1422781. OLE color: 1422781.

HSL color Cylindrical-coordinate representation of color #BDB515: hue angle of 57.14º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BDB515 is Cyan = 0, Magento = 0.04, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 181 21 -
CMYK 0 0.04 0.89 0.26
HSL 57.14º 0.8% 0.41% -
HSV(B) 57.14º 0.89% 0.74% -
XYZ 37.65 43.92 7.2 -
YUV 165.15 46.65 145.01 -
System Red Green Blue C M Y K H S L
Decimal 189 181 21 0 0.04 0.89 0.26 57.14 0.8 0.41
Hex BD B5 15 0 4 59 1A 39 50 29
Octal 275 265 25 0 4 131 32 71 120 51
Binary 10111101 10110101 10101 0 100 1011001 11010 111001 1010000 101001

Color Harmonies of #BDB515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB515

Black with #BDB515

Text Example


Text Example

White with #BDB515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB515; }

 p { color: rgb(189,181,21); }

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

background-color css

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

 a { background-color: rgb(189,181,21); }

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

border-color css

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

 span { border-color: rgb(189,181,21); }

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