Html Css Color HEX #BDB415 La Rioja

📋 copy color: '#BDB415'

red 189 ◦ green 180 ◦ blue 21

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

Shades of La Rioja #BDB415

Tints of La Rioja #BDB415

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.38%

R = 48.46%
G = 46.15%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BDB415 (or 0xBDB415) is known color: La Rioja. HEX triplet: BD, B4 and 15. RGB value is (189,180,21). Sum of RGB (Red+Green+Blue) = 189+180+21=390 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.46% from 390); Green value is 180 (70.70% from 255 or 46.15% from 390); Blue value is 21 (8.59% from 255 or 5.38% from 390); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB415 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB415 is #424BEA. Grayscale: #A5A5A5. Windows color (decimal): -4344811 or 1422525. OLE color: 1422525.

HSL color Cylindrical-coordinate representation of color #BDB415: hue angle of 56.79º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BDB415 is Cyan = 0, Magento = 0.05, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 180 21 -
CMYK 0 0.05 0.89 0.26
HSL 56.79º 0.8% 0.41% -
HSV(B) 56.79º 0.89% 0.74% -
XYZ 37.44 43.52 7.14 -
YUV 164.57 46.98 145.43 -
System Red Green Blue C M Y K H S L
Decimal 189 180 21 0 0.05 0.89 0.26 56.79 0.8 0.41
Hex BD B4 15 0 5 59 1A 39 50 29
Octal 275 264 25 0 5 131 32 71 120 51
Binary 10111101 10110100 10101 0 101 1011001 11010 111001 1010000 101001

Color Harmonies of #BDB415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB415

Black with #BDB415

Text Example


Text Example

White with #BDB415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB415; }

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

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

background-color css

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

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

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

border-color css

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

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

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