Html Css Color HEX #BDB111 La Rioja

📋 copy color: '#BDB111'

red 189 ◦ green 177 ◦ blue 17

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

Shades of La Rioja #BDB111

Tints of La Rioja #BDB111

RGB

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

 GREEN value IS 177 (69.53% from 255) = 46.21%

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

R = 49.35%
G = 46.21%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BDB111 (or 0xBDB111) is known color: La Rioja. HEX triplet: BD, B1 and 11. RGB value is (189,177,17). Sum of RGB (Red+Green+Blue) = 189+177+17=383 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.35% from 383); Green value is 177 (69.53% from 255 or 46.21% from 383); Blue value is 17 (7.03% from 255 or 4.44% from 383); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB111 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDB111 is #424EEE. Grayscale: #A3A3A3. Windows color (decimal): -4345583 or 1159613. OLE color: 1159613.

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

Color convert

RGB 189 177 17 -
CMYK 0 0.06 0.91 0.26
HSL 55.81º 0.83% 0.4% -
HSV(B) 55.81º 0.91% 0.74% -
XYZ 36.81 42.3 6.76 -
YUV 162.35 45.98 147.01 -
System Red Green Blue C M Y K H S L
Decimal 189 177 17 0 0.06 0.91 0.26 55.81 0.83 0.4
Hex BD B1 11 0 6 5B 1A 38 53 28
Octal 275 261 21 0 6 133 32 70 123 50
Binary 10111101 10110001 10001 0 110 1011011 11010 111000 1010011 101000

Color Harmonies of #BDB111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB111

Black with #BDB111

Text Example


Text Example

White with #BDB111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB111; }

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

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

background-color css

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

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

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

border-color css

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

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

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