Html Css Color HEX #BDB906 La Rioja

📋 copy color: '#BDB906'

red 189 ◦ green 185 ◦ blue 6

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

Shades of La Rioja #BDB906

Tints of La Rioja #BDB906

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.58%

R = 49.74%
G = 48.68%
B = 1.58%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#BDB906 (or 0xBDB906) is known color: La Rioja. HEX triplet: BD, B9 and 06. RGB value is (189,185,6). Sum of RGB (Red+Green+Blue) = 189+185+6=380 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.74% from 380); Green value is 185 (72.66% from 255 or 48.68% from 380); Blue value is 6 (2.73% from 255 or 1.58% from 380); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB906 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB906 is #4246F9. Grayscale: #A6A6A6. Windows color (decimal): -4343546 or 440765. OLE color: 440765.

HSL color Cylindrical-coordinate representation of color #BDB906: hue angle of 58.69º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BDB906 is Cyan = 0, Magento = 0.02, Yellow = 0.97 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 185 6 -
CMYK 0 0.02 0.97 0.26
HSL 58.69º 0.94% 0.38% -
HSV(B) 58.69º 0.97% 0.74% -
XYZ 38.37 45.53 6.94 -
YUV 165.79 37.83 144.55 -
System Red Green Blue C M Y K H S L
Decimal 189 185 6 0 0.02 0.97 0.26 58.69 0.94 0.38
Hex BD B9 6 0 2 61 1A 3B 5E 26
Octal 275 271 6 0 2 141 32 73 136 46
Binary 10111101 10111001 110 0 10 1100001 11010 111011 1011110 100110

Color Harmonies of #BDB906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB906

Black with #BDB906

Text Example


Text Example

White with #BDB906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB906; }

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

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

background-color css

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

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

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

border-color css

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

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

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