Html Css Color HEX #BDB411 La Rioja

📋 copy color: '#BDB411'

red 189 ◦ green 180 ◦ blue 17

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

Shades of La Rioja #BDB411

Tints of La Rioja #BDB411

RGB

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

 GREEN value IS 180 (70.7% from 255) = 46.63%

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

R = 48.96%
G = 46.63%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BDB411 (or 0xBDB411) is known color: La Rioja. HEX triplet: BD, B4 and 11. RGB value is (189,180,17). Sum of RGB (Red+Green+Blue) = 189+180+17=386 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.96% from 386); Green value is 180 (70.70% from 255 or 46.63% from 386); Blue value is 17 (7.03% from 255 or 4.40% from 386); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB411 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB411 is #424BEE. Grayscale: #A4A4A4. Windows color (decimal): -4344815 or 1160381. OLE color: 1160381.

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

Color convert

RGB 189 180 17 -
CMYK 0 0.05 0.91 0.26
HSL 56.86º 0.83% 0.4% -
HSV(B) 56.86º 0.91% 0.74% -
XYZ 37.41 43.5 6.96 -
YUV 164.11 44.98 145.75 -
System Red Green Blue C M Y K H S L
Decimal 189 180 17 0 0.05 0.91 0.26 56.86 0.83 0.4
Hex BD B4 11 0 5 5B 1A 39 53 28
Octal 275 264 21 0 5 133 32 71 123 50
Binary 10111101 10110100 10001 0 101 1011011 11010 111001 1010011 101000

Color Harmonies of #BDB411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB411

Black with #BDB411

Text Example


Text Example

White with #BDB411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB411; }

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

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

background-color css

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

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

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

border-color css

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

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

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