Html Css Color HEX #BDB819 La Rioja

📋 copy color: '#BDB819'

red 189 ◦ green 184 ◦ blue 25

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

Shades of La Rioja #BDB819

Tints of La Rioja #BDB819

RGB

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

 GREEN value IS 184 (72.27% from 255) = 46.23%

 BLUE value IS 25 (10.16% from 255) = 6.28%

R = 47.49%
G = 46.23%
B = 6.28%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BDB819 (or 0xBDB819) is known color: La Rioja. HEX triplet: BD, B8 and 19. RGB value is (189,184,25). Sum of RGB (Red+Green+Blue) = 189+184+25=398 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.49% from 398); Green value is 184 (72.27% from 255 or 46.23% from 398); Blue value is 25 (10.16% from 255 or 6.28% from 398); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB819 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB819 is #4247E6. Grayscale: #A8A8A8. Windows color (decimal): -4343783 or 1685693. OLE color: 1685693.

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

Color convert

RGB 189 184 25 -
CMYK 0 0.03 0.87 0.26
HSL 58.17º 0.77% 0.42% -
HSV(B) 58.17º 0.87% 0.74% -
XYZ 38.3 45.17 7.62 -
YUV 167.37 47.66 143.43 -
System Red Green Blue C M Y K H S L
Decimal 189 184 25 0 0.03 0.87 0.26 58.17 0.77 0.42
Hex BD B8 19 0 3 57 1A 3A 4D 2A
Octal 275 270 31 0 3 127 32 72 115 52
Binary 10111101 10111000 11001 0 11 1010111 11010 111010 1001101 101010

Color Harmonies of #BDB819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB819

Black with #BDB819

Text Example


Text Example

White with #BDB819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB819; }

 p { color: rgb(189,184,25); }

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

background-color css

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

 a { background-color: rgb(189,184,25); }

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

border-color css

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

 span { border-color: rgb(189,184,25); }

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