Html Css Color HEX #BDB912 La Rioja

📋 copy color: '#BDB912'

red 189 ◦ green 185 ◦ blue 18

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

Shades of La Rioja #BDB912

Tints of La Rioja #BDB912

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.59%

R = 48.21%
G = 47.19%
B = 4.59%

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

#BDB912 (or 0xBDB912) is known color: La Rioja. HEX triplet: BD, B9 and 12. RGB value is (189,185,18). Sum of RGB (Red+Green+Blue) = 189+185+18=392 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.21% from 392); Green value is 185 (72.66% from 255 or 47.19% from 392); Blue value is 18 (7.42% from 255 or 4.59% from 392); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB912 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB912 is #4246ED. Grayscale: #A7A7A7. Windows color (decimal): -4343534 or 1227197. OLE color: 1227197.

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

Color convert

RGB 189 185 18 -
CMYK 0 0.02 0.90 0.26
HSL 58.6º 0.83% 0.41% -
HSV(B) 58.6º 0.9% 0.74% -
XYZ 38.44 45.56 7.34 -
YUV 167.16 43.83 143.58 -
System Red Green Blue C M Y K H S L
Decimal 189 185 18 0 0.02 0.90 0.26 58.6 0.83 0.41
Hex BD B9 12 0 2 5A 1A 3B 53 29
Octal 275 271 22 0 2 132 32 73 123 51
Binary 10111101 10111001 10010 0 10 1011010 11010 111011 1010011 101001

Color Harmonies of #BDB912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB912

Black with #BDB912

Text Example


Text Example

White with #BDB912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB912; }

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

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

background-color css

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

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

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

border-color css

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

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

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