Html Css Color HEX #BDB90F La Rioja

📋 copy color: '#BDB90F'

red 189 ◦ green 185 ◦ blue 15

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

Shades of La Rioja #BDB90F

Tints of La Rioja #BDB90F

RGB

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

 GREEN value IS 185 (72.66% from 255) = 47.56%

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

R = 48.59%
G = 47.56%
B = 3.86%

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

#BDB90F (or 0xBDB90F) is known color: La Rioja. HEX triplet: BD, B9 and 0F. RGB value is (189,185,15). Sum of RGB (Red+Green+Blue) = 189+185+15=389 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.59% from 389); Green value is 185 (72.66% from 255 or 47.56% from 389); Blue value is 15 (6.25% from 255 or 3.86% from 389); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB90F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB90F is #4246F0. Grayscale: #A7A7A7. Windows color (decimal): -4343537 or 1030589. OLE color: 1030589.

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

Color convert

RGB 189 185 15 -
CMYK 0 0.02 0.92 0.26
HSL 58.62º 0.85% 0.4% -
HSV(B) 58.62º 0.92% 0.74% -
XYZ 38.42 45.55 7.22 -
YUV 166.82 42.33 143.82 -
System Red Green Blue C M Y K H S L
Decimal 189 185 15 0 0.02 0.92 0.26 58.62 0.85 0.4
Hex BD B9 F 0 2 5C 1A 3B 55 28
Octal 275 271 17 0 2 134 32 73 125 50
Binary 10111101 10111001 1111 0 10 1011100 11010 111011 1010101 101000

Color Harmonies of #BDB90F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB90F

Black with #BDB90F

Text Example


Text Example

White with #BDB90F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB90F; }

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

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

background-color css

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

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

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

border-color css

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

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

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