Html Css Color HEX #BDB50F La Rioja

📋 copy color: '#BDB50F'

red 189 ◦ green 181 ◦ blue 15

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

Shades of La Rioja #BDB50F

Tints of La Rioja #BDB50F

RGB

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

 GREEN value IS 181 (71.09% from 255) = 47.01%

 BLUE value IS 15 (6.25% from 255) = 3.9%

R = 49.09%
G = 47.01%
B = 3.9%

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

#BDB50F (or 0xBDB50F) is known color: La Rioja. HEX triplet: BD, B5 and 0F. RGB value is (189,181,15). Sum of RGB (Red+Green+Blue) = 189+181+15=385 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.09% from 385); Green value is 181 (71.09% from 255 or 47.01% from 385); Blue value is 15 (6.25% from 255 or 3.90% from 385); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB50F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB50F is #424AF0. Grayscale: #A5A5A5. Windows color (decimal): -4344561 or 1029565. OLE color: 1029565.

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

Color convert

RGB 189 181 15 -
CMYK 0 0.04 0.92 0.26
HSL 57.24º 0.85% 0.4% -
HSV(B) 57.24º 0.92% 0.74% -
XYZ 37.6 43.9 6.94 -
YUV 164.47 43.65 145.5 -
System Red Green Blue C M Y K H S L
Decimal 189 181 15 0 0.04 0.92 0.26 57.24 0.85 0.4
Hex BD B5 F 0 4 5C 1A 39 55 28
Octal 275 265 17 0 4 134 32 71 125 50
Binary 10111101 10110101 1111 0 100 1011100 11010 111001 1010101 101000

Color Harmonies of #BDB50F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB50F

Black with #BDB50F

Text Example


Text Example

White with #BDB50F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB50F; }

 p { color: rgb(189,181,15); }

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

background-color css

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

 a { background-color: rgb(189,181,15); }

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

border-color css

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

 span { border-color: rgb(189,181,15); }

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