Html Css Color HEX #BDB814 La Rioja

📋 copy color: '#BDB814'

red 189 ◦ green 184 ◦ blue 20

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

Shades of La Rioja #BDB814

Tints of La Rioja #BDB814

RGB

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

 GREEN value IS 184 (72.27% from 255) = 46.82%

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

R = 48.09%
G = 46.82%
B = 5.09%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BDB814 (or 0xBDB814) is known color: La Rioja. HEX triplet: BD, B8 and 14. RGB value is (189,184,20). Sum of RGB (Red+Green+Blue) = 189+184+20=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 184 (72.27% from 255 or 46.82% from 393); Blue value is 20 (8.20% from 255 or 5.09% from 393); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB814 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB814 is #4247EB. Grayscale: #A7A7A7. Windows color (decimal): -4343788 or 1358013. OLE color: 1358013.

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

Color convert

RGB 189 184 20 -
CMYK 0 0.03 0.89 0.26
HSL 58.22º 0.81% 0.41% -
HSV(B) 58.22º 0.89% 0.74% -
XYZ 38.25 45.15 7.36 -
YUV 166.8 45.16 143.84 -
System Red Green Blue C M Y K H S L
Decimal 189 184 20 0 0.03 0.89 0.26 58.22 0.81 0.41
Hex BD B8 14 0 3 59 1A 3A 51 29
Octal 275 270 24 0 3 131 32 72 121 51
Binary 10111101 10111000 10100 0 11 1011001 11010 111010 1010001 101001

Color Harmonies of #BDB814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB814

Black with #BDB814

Text Example


Text Example

White with #BDB814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB814; }

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

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

background-color css

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

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

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

border-color css

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

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

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