Html Css Color HEX #BDB417 La Rioja

📋 copy color: '#BDB417'

red 189 ◦ green 180 ◦ blue 23

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

Shades of La Rioja #BDB417

Tints of La Rioja #BDB417

RGB

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

 GREEN value IS 180 (70.7% from 255) = 45.92%

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

R = 48.21%
G = 45.92%
B = 5.87%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BDB417 (or 0xBDB417) is known color: La Rioja. HEX triplet: BD, B4 and 17. RGB value is (189,180,23). Sum of RGB (Red+Green+Blue) = 189+180+23=392 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.21% from 392); Green value is 180 (70.70% from 255 or 45.92% from 392); Blue value is 23 (9.38% from 255 or 5.87% from 392); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB417 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB417 is #424BE8. Grayscale: #A5A5A5. Windows color (decimal): -4344809 or 1553597. OLE color: 1553597.

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

Color convert

RGB 189 180 23 -
CMYK 0 0.05 0.88 0.26
HSL 56.75º 0.78% 0.42% -
HSV(B) 56.75º 0.88% 0.74% -
XYZ 37.46 43.52 7.24 -
YUV 164.79 47.98 145.27 -
System Red Green Blue C M Y K H S L
Decimal 189 180 23 0 0.05 0.88 0.26 56.75 0.78 0.42
Hex BD B4 17 0 5 58 1A 39 4E 2A
Octal 275 264 27 0 5 130 32 71 116 52
Binary 10111101 10110100 10111 0 101 1011000 11010 111001 1001110 101010

Color Harmonies of #BDB417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB417

Black with #BDB417

Text Example


Text Example

White with #BDB417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB417; }

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

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

background-color css

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

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

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

border-color css

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

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

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