Html Css Color HEX #BDB50E La Rioja

📋 copy color: '#BDB50E'

red 189 ◦ green 181 ◦ blue 14

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

Shades of La Rioja #BDB50E

Tints of La Rioja #BDB50E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.65%

R = 49.22%
G = 47.14%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BDB50E (or 0xBDB50E) is known color: La Rioja. HEX triplet: BD, B5 and 0E. RGB value is (189,181,14). Sum of RGB (Red+Green+Blue) = 189+181+14=384 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.22% from 384); Green value is 181 (71.09% from 255 or 47.14% from 384); Blue value is 14 (5.86% from 255 or 3.65% from 384); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB50E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB50E is #424AF1. Grayscale: #A5A5A5. Windows color (decimal): -4344562 or 964029. OLE color: 964029.

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

Color convert

RGB 189 181 14 -
CMYK 0 0.04 0.93 0.26
HSL 57.26º 0.86% 0.4% -
HSV(B) 57.26º 0.93% 0.74% -
XYZ 37.59 43.9 6.91 -
YUV 164.35 43.15 145.58 -
System Red Green Blue C M Y K H S L
Decimal 189 181 14 0 0.04 0.93 0.26 57.26 0.86 0.4
Hex BD B5 E 0 4 5D 1A 39 56 28
Octal 275 265 16 0 4 135 32 71 126 50
Binary 10111101 10110101 1110 0 100 1011101 11010 111001 1010110 101000

Color Harmonies of #BDB50E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB50E

Black with #BDB50E

Text Example


Text Example

White with #BDB50E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB50E; }

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

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

background-color css

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

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

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

border-color css

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

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

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