Html Css Color HEX #BDB913 La Rioja

📋 copy color: '#BDB913'

red 189 ◦ green 185 ◦ blue 19

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

Shades of La Rioja #BDB913

Tints of La Rioja #BDB913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.83%

R = 48.09%
G = 47.07%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BDB913 (or 0xBDB913) is known color: La Rioja. HEX triplet: BD, B9 and 13. RGB value is (189,185,19). Sum of RGB (Red+Green+Blue) = 189+185+19=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 185 (72.66% from 255 or 47.07% from 393); Blue value is 19 (7.81% from 255 or 4.83% from 393); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB913 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB913 is #4246EC. Grayscale: #A7A7A7. Windows color (decimal): -4343533 or 1292733. OLE color: 1292733.

HSL color Cylindrical-coordinate representation of color #BDB913: hue angle of 58.59º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BDB913 is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 185 19 -
CMYK 0 0.02 0.90 0.26
HSL 58.59º 0.82% 0.41% -
HSV(B) 58.59º 0.9% 0.74% -
XYZ 38.45 45.56 7.38 -
YUV 167.27 44.33 143.5 -
System Red Green Blue C M Y K H S L
Decimal 189 185 19 0 0.02 0.90 0.26 58.59 0.82 0.41
Hex BD B9 13 0 2 5A 1A 3B 52 29
Octal 275 271 23 0 2 132 32 73 122 51
Binary 10111101 10111001 10011 0 10 1011010 11010 111011 1010010 101001

Color Harmonies of #BDB913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB913

Black with #BDB913

Text Example


Text Example

White with #BDB913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB913; }

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

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

background-color css

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

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

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

border-color css

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

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

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