Html Css Color HEX #BDB619 La Rioja

📋 copy color: '#BDB619'

red 189 ◦ green 182 ◦ blue 25

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

Shades of La Rioja #BDB619

Tints of La Rioja #BDB619

RGB

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

 GREEN value IS 182 (71.48% from 255) = 45.96%

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

R = 47.73%
G = 45.96%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BDB619 (or 0xBDB619) is known color: La Rioja. HEX triplet: BD, B6 and 19. RGB value is (189,182,25). Sum of RGB (Red+Green+Blue) = 189+182+25=396 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.73% from 396); Green value is 182 (71.48% from 255 or 45.96% from 396); Blue value is 25 (10.16% from 255 or 6.31% from 396); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB619 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB619 is #4249E6. Grayscale: #A6A6A6. Windows color (decimal): -4344295 or 1685181. OLE color: 1685181.

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

Color convert

RGB 189 182 25 -
CMYK 0 0.04 0.87 0.26
HSL 57.44º 0.77% 0.42% -
HSV(B) 57.44º 0.87% 0.74% -
XYZ 37.89 44.34 7.48 -
YUV 166.2 48.32 144.27 -
System Red Green Blue C M Y K H S L
Decimal 189 182 25 0 0.04 0.87 0.26 57.44 0.77 0.42
Hex BD B6 19 0 4 57 1A 39 4D 2A
Octal 275 266 31 0 4 127 32 71 115 52
Binary 10111101 10110110 11001 0 100 1010111 11010 111001 1001101 101010

Color Harmonies of #BDB619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB619

Black with #BDB619

Text Example


Text Example

White with #BDB619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB619; }

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

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

background-color css

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

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

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

border-color css

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

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

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