Html Css Color HEX #BDB517 La Rioja

📋 copy color: '#BDB517'

red 189 ◦ green 181 ◦ blue 23

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

Shades of La Rioja #BDB517

Tints of La Rioja #BDB517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.85%

R = 48.09%
G = 46.06%
B = 5.85%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BDB517 (or 0xBDB517) is known color: La Rioja. HEX triplet: BD, B5 and 17. RGB value is (189,181,23). Sum of RGB (Red+Green+Blue) = 189+181+23=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 181 (71.09% from 255 or 46.06% from 393); Blue value is 23 (9.38% from 255 or 5.85% from 393); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB517 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB517 is #424AE8. Grayscale: #A6A6A6. Windows color (decimal): -4344553 or 1553853. OLE color: 1553853.

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

Color convert

RGB 189 181 23 -
CMYK 0 0.04 0.88 0.26
HSL 57.11º 0.78% 0.42% -
HSV(B) 57.11º 0.88% 0.74% -
XYZ 37.66 43.93 7.3 -
YUV 165.38 47.65 144.85 -
System Red Green Blue C M Y K H S L
Decimal 189 181 23 0 0.04 0.88 0.26 57.11 0.78 0.42
Hex BD B5 17 0 4 58 1A 39 4E 2A
Octal 275 265 27 0 4 130 32 71 116 52
Binary 10111101 10110101 10111 0 100 1011000 11010 111001 1001110 101010

Color Harmonies of #BDB517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB517

Black with #BDB517

Text Example


Text Example

White with #BDB517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB517; }

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

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

background-color css

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

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

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

border-color css

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

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

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