Html Css Color HEX #BDBA10 La Rioja

📋 copy color: '#BDBA10'

red 189 ◦ green 186 ◦ blue 16

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

Shades of La Rioja #BDBA10

Tints of La Rioja #BDBA10

RGB

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

 GREEN value IS 186 (73.05% from 255) = 47.57%

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

R = 48.34%
G = 47.57%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BDBA10 (or 0xBDBA10) is known color: La Rioja. HEX triplet: BD, BA and 10. RGB value is (189,186,16). Sum of RGB (Red+Green+Blue) = 189+186+16=391 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.34% from 391); Green value is 186 (73.05% from 255 or 47.57% from 391); Blue value is 16 (6.64% from 255 or 4.09% from 391); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDBA10 is #4245EF. Grayscale: #A8A8A8. Windows color (decimal): -4343280 or 1096381. OLE color: 1096381.

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

Color convert

RGB 189 186 16 -
CMYK 0 0.02 0.92 0.26
HSL 58.96º 0.84% 0.4% -
HSV(B) 58.96º 0.92% 0.74% -
XYZ 38.64 45.97 7.33 -
YUV 167.52 42.49 143.32 -
System Red Green Blue C M Y K H S L
Decimal 189 186 16 0 0.02 0.92 0.26 58.96 0.84 0.4
Hex BD BA 10 0 2 5C 1A 3B 54 28
Octal 275 272 20 0 2 134 32 73 124 50
Binary 10111101 10111010 10000 0 10 1011100 11010 111011 1010100 101000

Color Harmonies of #BDBA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBA10

Black with #BDBA10

Text Example


Text Example

White with #BDBA10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBA10; }

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

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

background-color css

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

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

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

border-color css

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

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

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