Html Css Color HEX #BDB914 La Rioja

📋 copy color: '#BDB914'

red 189 ◦ green 185 ◦ blue 20

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

Shades of La Rioja #BDB914

Tints of La Rioja #BDB914

RGB

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

 GREEN value IS 185 (72.66% from 255) = 46.95%

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

R = 47.97%
G = 46.95%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BDB914 (or 0xBDB914) is known color: La Rioja. HEX triplet: BD, B9 and 14. RGB value is (189,185,20). Sum of RGB (Red+Green+Blue) = 189+185+20=394 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.97% from 394); Green value is 185 (72.66% from 255 or 46.95% from 394); Blue value is 20 (8.20% from 255 or 5.08% from 394); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB914 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB914 is #4246EB. Grayscale: #A8A8A8. Windows color (decimal): -4343532 or 1358269. OLE color: 1358269.

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

Color convert

RGB 189 185 20 -
CMYK 0 0.02 0.89 0.26
HSL 58.58º 0.81% 0.41% -
HSV(B) 58.58º 0.89% 0.74% -
XYZ 38.46 45.57 7.43 -
YUV 167.39 44.83 143.42 -
System Red Green Blue C M Y K H S L
Decimal 189 185 20 0 0.02 0.89 0.26 58.58 0.81 0.41
Hex BD B9 14 0 2 59 1A 3B 51 29
Octal 275 271 24 0 2 131 32 73 121 51
Binary 10111101 10111001 10100 0 10 1011001 11010 111011 1010001 101001

Color Harmonies of #BDB914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB914

Black with #BDB914

Text Example


Text Example

White with #BDB914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB914; }

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

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

background-color css

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

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

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

border-color css

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

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

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