Html Css Color HEX #BDB610 La Rioja

📋 copy color: '#BDB610'

red 189 ◦ green 182 ◦ blue 16

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

Shades of La Rioja #BDB610

Tints of La Rioja #BDB610

RGB

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

 GREEN value IS 182 (71.48% from 255) = 47.03%

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

R = 48.84%
G = 47.03%
B = 4.13%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BDB610 (or 0xBDB610) is known color: La Rioja. HEX triplet: BD, B6 and 10. RGB value is (189,182,16). Sum of RGB (Red+Green+Blue) = 189+182+16=387 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.84% from 387); Green value is 182 (71.48% from 255 or 47.03% from 387); Blue value is 16 (6.64% from 255 or 4.13% from 387); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB610 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB610 is #4249EF. Grayscale: #A5A5A5. Windows color (decimal): -4344304 or 1095357. OLE color: 1095357.

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

Color convert

RGB 189 182 16 -
CMYK 0 0.04 0.92 0.26
HSL 57.57º 0.84% 0.4% -
HSV(B) 57.57º 0.92% 0.74% -
XYZ 37.81 44.31 7.05 -
YUV 165.17 43.82 145 -
System Red Green Blue C M Y K H S L
Decimal 189 182 16 0 0.04 0.92 0.26 57.57 0.84 0.4
Hex BD B6 10 0 4 5C 1A 3A 54 28
Octal 275 266 20 0 4 134 32 72 124 50
Binary 10111101 10110110 10000 0 100 1011100 11010 111010 1010100 101000

Color Harmonies of #BDB610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB610

Black with #BDB610

Text Example


Text Example

White with #BDB610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB610; }

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

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

background-color css

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

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

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

border-color css

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

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

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