Html Css Color HEX #BDB310 La Rioja

📋 copy color: '#BDB310'

red 189 ◦ green 179 ◦ blue 16

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

Shades of La Rioja #BDB310

Tints of La Rioja #BDB310

RGB

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

 GREEN value IS 179 (70.31% from 255) = 46.61%

 BLUE value IS 16 (6.64% from 255) = 4.17%

R = 49.22%
G = 46.61%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BDB310 (or 0xBDB310) is known color: La Rioja. HEX triplet: BD, B3 and 10. RGB value is (189,179,16). Sum of RGB (Red+Green+Blue) = 189+179+16=384 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.22% from 384); Green value is 179 (70.31% from 255 or 46.61% from 384); Blue value is 16 (6.64% from 255 or 4.17% from 384); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB310 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB310 is #424CEF. Grayscale: #A4A4A4. Windows color (decimal): -4345072 or 1094589. OLE color: 1094589.

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

Color convert

RGB 189 179 16 -
CMYK 0 0.05 0.92 0.26
HSL 56.53º 0.84% 0.4% -
HSV(B) 56.53º 0.92% 0.74% -
XYZ 37.2 43.1 6.85 -
YUV 163.41 44.81 146.25 -
System Red Green Blue C M Y K H S L
Decimal 189 179 16 0 0.05 0.92 0.26 56.53 0.84 0.4
Hex BD B3 10 0 5 5C 1A 39 54 28
Octal 275 263 20 0 5 134 32 71 124 50
Binary 10111101 10110011 10000 0 101 1011100 11010 111001 1010100 101000

Color Harmonies of #BDB310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB310

Black with #BDB310

Text Example


Text Example

White with #BDB310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB310; }

 p { color: rgb(189,179,16); }

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

background-color css

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

 a { background-color: rgb(189,179,16); }

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

border-color css

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

 span { border-color: rgb(189,179,16); }

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