Html Css Color HEX #BDB311 La Rioja

📋 copy color: '#BDB311'

red 189 ◦ green 179 ◦ blue 17

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

Shades of La Rioja #BDB311

Tints of La Rioja #BDB311

RGB

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

 GREEN value IS 179 (70.31% from 255) = 46.49%

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

R = 49.09%
G = 46.49%
B = 4.42%

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

#BDB311 (or 0xBDB311) is known color: La Rioja. HEX triplet: BD, B3 and 11. RGB value is (189,179,17). Sum of RGB (Red+Green+Blue) = 189+179+17=385 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.09% from 385); Green value is 179 (70.31% from 255 or 46.49% from 385); Blue value is 17 (7.03% from 255 or 4.42% from 385); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB311 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB311 is #424CEE. Grayscale: #A4A4A4. Windows color (decimal): -4345071 or 1160125. OLE color: 1160125.

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

Color convert

RGB 189 179 17 -
CMYK 0 0.05 0.91 0.26
HSL 56.51º 0.83% 0.4% -
HSV(B) 56.51º 0.91% 0.74% -
XYZ 37.21 43.1 6.89 -
YUV 163.52 45.31 146.17 -
System Red Green Blue C M Y K H S L
Decimal 189 179 17 0 0.05 0.91 0.26 56.51 0.83 0.4
Hex BD B3 11 0 5 5B 1A 39 53 28
Octal 275 263 21 0 5 133 32 71 123 50
Binary 10111101 10110011 10001 0 101 1011011 11010 111001 1010011 101000

Color Harmonies of #BDB311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB311

Black with #BDB311

Text Example


Text Example

White with #BDB311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB311; }

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

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

background-color css

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

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

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

border-color css

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

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

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