Html Css Color HEX #BDB418 La Rioja

📋 copy color: '#BDB418'

red 189 ◦ green 180 ◦ blue 24

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

Shades of La Rioja #BDB418

Tints of La Rioja #BDB418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.11%

R = 48.09%
G = 45.8%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BDB418 (or 0xBDB418) is known color: La Rioja. HEX triplet: BD, B4 and 18. RGB value is (189,180,24). Sum of RGB (Red+Green+Blue) = 189+180+24=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 180 (70.70% from 255 or 45.80% from 393); Blue value is 24 (9.77% from 255 or 6.11% from 393); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB418 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB418 is #424BE7. Grayscale: #A5A5A5. Windows color (decimal): -4344808 or 1619133. OLE color: 1619133.

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

Color convert

RGB 189 180 24 -
CMYK 0 0.05 0.87 0.26
HSL 56.73º 0.77% 0.42% -
HSV(B) 56.73º 0.87% 0.74% -
XYZ 37.47 43.53 7.29 -
YUV 164.91 48.48 145.18 -
System Red Green Blue C M Y K H S L
Decimal 189 180 24 0 0.05 0.87 0.26 56.73 0.77 0.42
Hex BD B4 18 0 5 57 1A 39 4D 2A
Octal 275 264 30 0 5 127 32 71 115 52
Binary 10111101 10110100 11000 0 101 1010111 11010 111001 1001101 101010

Color Harmonies of #BDB418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB418

Black with #BDB418

Text Example


Text Example

White with #BDB418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB418; }

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

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

background-color css

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

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

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

border-color css

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

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

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