Html Css Color HEX #BDB314 La Rioja

📋 copy color: '#BDB314'

red 189 ◦ green 179 ◦ blue 20

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

Shades of La Rioja #BDB314

Tints of La Rioja #BDB314

RGB

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

 GREEN value IS 179 (70.31% from 255) = 46.13%

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

R = 48.71%
G = 46.13%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BDB314 (or 0xBDB314) is known color: La Rioja. HEX triplet: BD, B3 and 14. RGB value is (189,179,20). Sum of RGB (Red+Green+Blue) = 189+179+20=388 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.71% from 388); Green value is 179 (70.31% from 255 or 46.13% from 388); Blue value is 20 (8.20% from 255 or 5.15% from 388); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB314 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB314 is #424CEB. Grayscale: #A4A4A4. Windows color (decimal): -4345068 or 1356733. OLE color: 1356733.

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

Color convert

RGB 189 179 20 -
CMYK 0 0.05 0.89 0.26
HSL 56.45º 0.81% 0.41% -
HSV(B) 56.45º 0.89% 0.74% -
XYZ 37.23 43.11 7.02 -
YUV 163.86 46.81 145.93 -
System Red Green Blue C M Y K H S L
Decimal 189 179 20 0 0.05 0.89 0.26 56.45 0.81 0.41
Hex BD B3 14 0 5 59 1A 38 51 29
Octal 275 263 24 0 5 131 32 70 121 51
Binary 10111101 10110011 10100 0 101 1011001 11010 111000 1010001 101001

Color Harmonies of #BDB314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB314

Black with #BDB314

Text Example


Text Example

White with #BDB314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB314; }

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

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

background-color css

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

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

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

border-color css

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

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

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