Html Css Color HEX #BDB811 La Rioja

📋 copy color: '#BDB811'

red 189 ◦ green 184 ◦ blue 17

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

Shades of La Rioja #BDB811

Tints of La Rioja #BDB811

RGB

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

 GREEN value IS 184 (72.27% from 255) = 47.18%

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

R = 48.46%
G = 47.18%
B = 4.36%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BDB811 (or 0xBDB811) is known color: La Rioja. HEX triplet: BD, B8 and 11. RGB value is (189,184,17). Sum of RGB (Red+Green+Blue) = 189+184+17=390 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.46% from 390); Green value is 184 (72.27% from 255 or 47.18% from 390); Blue value is 17 (7.03% from 255 or 4.36% from 390); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB811 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB811 is #4247EE. Grayscale: #A7A7A7. Windows color (decimal): -4343791 or 1161405. OLE color: 1161405.

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

Color convert

RGB 189 184 17 -
CMYK 0 0.03 0.91 0.26
HSL 58.26º 0.83% 0.4% -
HSV(B) 58.26º 0.91% 0.74% -
XYZ 38.23 45.14 7.23 -
YUV 166.46 43.66 144.08 -
System Red Green Blue C M Y K H S L
Decimal 189 184 17 0 0.03 0.91 0.26 58.26 0.83 0.4
Hex BD B8 11 0 3 5B 1A 3A 53 28
Octal 275 270 21 0 3 133 32 72 123 50
Binary 10111101 10111000 10001 0 11 1011011 11010 111010 1010011 101000

Color Harmonies of #BDB811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB811

Black with #BDB811

Text Example


Text Example

White with #BDB811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB811; }

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

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

background-color css

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

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

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

border-color css

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

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

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