Html Css Color HEX #BDB511 La Rioja

📋 copy color: '#BDB511'

red 189 ◦ green 181 ◦ blue 17

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

Shades of La Rioja #BDB511

Tints of La Rioja #BDB511

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.39%

R = 48.84%
G = 46.77%
B = 4.39%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BDB511 (or 0xBDB511) is known color: La Rioja. HEX triplet: BD, B5 and 11. RGB value is (189,181,17). Sum of RGB (Red+Green+Blue) = 189+181+17=387 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.84% from 387); Green value is 181 (71.09% from 255 or 46.77% from 387); Blue value is 17 (7.03% from 255 or 4.39% from 387); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB511 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB511 is #424AEE. Grayscale: #A5A5A5. Windows color (decimal): -4344559 or 1160637. OLE color: 1160637.

HSL color Cylindrical-coordinate representation of color #BDB511: hue angle of 57.21º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BDB511 is Cyan = 0, Magento = 0.04, Yellow = 0.91 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 181 17 -
CMYK 0 0.04 0.91 0.26
HSL 57.21º 0.83% 0.4% -
HSV(B) 57.21º 0.91% 0.74% -
XYZ 37.61 43.91 7.02 -
YUV 164.7 44.65 145.34 -
System Red Green Blue C M Y K H S L
Decimal 189 181 17 0 0.04 0.91 0.26 57.21 0.83 0.4
Hex BD B5 11 0 4 5B 1A 39 53 28
Octal 275 265 21 0 4 133 32 71 123 50
Binary 10111101 10110101 10001 0 100 1011011 11010 111001 1010011 101000

Color Harmonies of #BDB511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB511

Black with #BDB511

Text Example


Text Example

White with #BDB511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB511; }

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

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

background-color css

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

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

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

border-color css

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

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

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