Html Css Color HEX #BDB719 La Rioja

📋 copy color: '#BDB719'

red 189 ◦ green 183 ◦ blue 25

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

Shades of La Rioja #BDB719

Tints of La Rioja #BDB719

RGB

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

 GREEN value IS 183 (71.88% from 255) = 46.1%

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

R = 47.61%
G = 46.1%
B = 6.3%

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

#BDB719 (or 0xBDB719) is known color: La Rioja. HEX triplet: BD, B7 and 19. RGB value is (189,183,25). Sum of RGB (Red+Green+Blue) = 189+183+25=397 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.61% from 397); Green value is 183 (71.88% from 255 or 46.10% from 397); Blue value is 25 (10.16% from 255 or 6.30% from 397); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB719 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB719 is #4248E6. Grayscale: #A7A7A7. Windows color (decimal): -4344039 or 1685437. OLE color: 1685437.

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

Color convert

RGB 189 183 25 -
CMYK 0 0.03 0.87 0.26
HSL 57.8º 0.77% 0.42% -
HSV(B) 57.8º 0.87% 0.74% -
XYZ 38.1 44.76 7.55 -
YUV 166.78 47.99 143.85 -
System Red Green Blue C M Y K H S L
Decimal 189 183 25 0 0.03 0.87 0.26 57.8 0.77 0.42
Hex BD B7 19 0 3 57 1A 3A 4D 2A
Octal 275 267 31 0 3 127 32 72 115 52
Binary 10111101 10110111 11001 0 11 1010111 11010 111010 1001101 101010

Color Harmonies of #BDB719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB719

Black with #BDB719

Text Example


Text Example

White with #BDB719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB719; }

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

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

background-color css

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

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

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

border-color css

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

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

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