Html Css Color HEX #BDB011 La Rioja

📋 copy color: '#BDB011'

red 189 ◦ green 176 ◦ blue 17

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

Shades of La Rioja #BDB011

Tints of La Rioja #BDB011

RGB

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

 GREEN value IS 176 (69.14% from 255) = 46.07%

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

R = 49.48%
G = 46.07%
B = 4.45%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BDB011 (or 0xBDB011) is known color: La Rioja. HEX triplet: BD, B0 and 11. RGB value is (189,176,17). Sum of RGB (Red+Green+Blue) = 189+176+17=382 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.48% from 382); Green value is 176 (69.14% from 255 or 46.07% from 382); Blue value is 17 (7.03% from 255 or 4.45% from 382); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB011 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDB011 is #424FEE. Grayscale: #A2A2A2. Windows color (decimal): -4345839 or 1159357. OLE color: 1159357.

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

Color convert

RGB 189 176 17 -
CMYK 0 0.07 0.91 0.26
HSL 55.47º 0.83% 0.4% -
HSV(B) 55.47º 0.91% 0.74% -
XYZ 36.61 41.91 6.69 -
YUV 161.76 46.31 147.43 -
System Red Green Blue C M Y K H S L
Decimal 189 176 17 0 0.07 0.91 0.26 55.47 0.83 0.4
Hex BD B0 11 0 7 5B 1A 37 53 28
Octal 275 260 21 0 7 133 32 67 123 50
Binary 10111101 10110000 10001 0 111 1011011 11010 110111 1010011 101000

Color Harmonies of #BDB011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB011

Black with #BDB011

Text Example


Text Example

White with #BDB011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB011; }

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

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

background-color css

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

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

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

border-color css

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

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

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