Html Css Color HEX #BDB514 La Rioja

📋 copy color: '#BDB514'

red 189 ◦ green 181 ◦ blue 20

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

Shades of La Rioja #BDB514

Tints of La Rioja #BDB514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.13%

R = 48.46%
G = 46.41%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BDB514 (or 0xBDB514) is known color: La Rioja. HEX triplet: BD, B5 and 14. RGB value is (189,181,20). Sum of RGB (Red+Green+Blue) = 189+181+20=390 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.46% from 390); Green value is 181 (71.09% from 255 or 46.41% from 390); Blue value is 20 (8.20% from 255 or 5.13% from 390); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB514 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB514 is #424AEB. Grayscale: #A5A5A5. Windows color (decimal): -4344556 or 1357245. OLE color: 1357245.

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

Color convert

RGB 189 181 20 -
CMYK 0 0.04 0.89 0.26
HSL 57.16º 0.81% 0.41% -
HSV(B) 57.16º 0.89% 0.74% -
XYZ 37.64 43.92 7.16 -
YUV 165.04 46.15 145.09 -
System Red Green Blue C M Y K H S L
Decimal 189 181 20 0 0.04 0.89 0.26 57.16 0.81 0.41
Hex BD B5 14 0 4 59 1A 39 51 29
Octal 275 265 24 0 4 131 32 71 121 51
Binary 10111101 10110101 10100 0 100 1011001 11010 111001 1010001 101001

Color Harmonies of #BDB514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB514

Black with #BDB514

Text Example


Text Example

White with #BDB514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB514; }

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

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

background-color css

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

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

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

border-color css

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

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

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