Html Css Color HEX #BDB915 La Rioja

📋 copy color: '#BDB915'

red 189 ◦ green 185 ◦ blue 21

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

Shades of La Rioja #BDB915

Tints of La Rioja #BDB915

RGB

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

 GREEN value IS 185 (72.66% from 255) = 46.84%

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

R = 47.85%
G = 46.84%
B = 5.32%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BDB915 (or 0xBDB915) is known color: La Rioja. HEX triplet: BD, B9 and 15. RGB value is (189,185,21). Sum of RGB (Red+Green+Blue) = 189+185+21=395 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.85% from 395); Green value is 185 (72.66% from 255 or 46.84% from 395); Blue value is 21 (8.59% from 255 or 5.32% from 395); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB915 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB915 is #4246EA. Grayscale: #A8A8A8. Windows color (decimal): -4343531 or 1423805. OLE color: 1423805.

HSL color Cylindrical-coordinate representation of color #BDB915: hue angle of 58.57º 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 #BDB915 is Cyan = 0, Magento = 0.02, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 185 21 -
CMYK 0 0.02 0.89 0.26
HSL 58.57º 0.8% 0.41% -
HSV(B) 58.57º 0.89% 0.74% -
XYZ 38.47 45.57 7.48 -
YUV 167.5 45.33 143.34 -
System Red Green Blue C M Y K H S L
Decimal 189 185 21 0 0.02 0.89 0.26 58.57 0.8 0.41
Hex BD B9 15 0 2 59 1A 3B 50 29
Octal 275 271 25 0 2 131 32 73 120 51
Binary 10111101 10111001 10101 0 10 1011001 11010 111011 1010000 101001

Color Harmonies of #BDB915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB915

Black with #BDB915

Text Example


Text Example

White with #BDB915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB915; }

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

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

background-color css

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

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

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

border-color css

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

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

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