Html Css Color HEX #BDB710 La Rioja

📋 copy color: '#BDB710'

red 189 ◦ green 183 ◦ blue 16

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

Shades of La Rioja #BDB710

Tints of La Rioja #BDB710

RGB

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

 GREEN value IS 183 (71.88% from 255) = 47.16%

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

R = 48.71%
G = 47.16%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BDB710 (or 0xBDB710) is known color: La Rioja. HEX triplet: BD, B7 and 10. RGB value is (189,183,16). Sum of RGB (Red+Green+Blue) = 189+183+16=388 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.71% from 388); Green value is 183 (71.88% from 255 or 47.16% from 388); Blue value is 16 (6.64% from 255 or 4.12% from 388); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB710 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB710 is #4248EF. Grayscale: #A6A6A6. Windows color (decimal): -4344048 or 1095613. OLE color: 1095613.

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

Color convert

RGB 189 183 16 -
CMYK 0 0.03 0.92 0.26
HSL 57.92º 0.84% 0.4% -
HSV(B) 57.92º 0.92% 0.74% -
XYZ 38.01 44.72 7.12 -
YUV 165.76 43.49 144.58 -
System Red Green Blue C M Y K H S L
Decimal 189 183 16 0 0.03 0.92 0.26 57.92 0.84 0.4
Hex BD B7 10 0 3 5C 1A 3A 54 28
Octal 275 267 20 0 3 134 32 72 124 50
Binary 10111101 10110111 10000 0 11 1011100 11010 111010 1010100 101000

Color Harmonies of #BDB710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB710

Black with #BDB710

Text Example


Text Example

White with #BDB710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB710; }

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

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

background-color css

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

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

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

border-color css

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

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

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