Html Css Color HEX #BDB414 La Rioja

📋 copy color: '#BDB414'

red 189 ◦ green 180 ◦ blue 20

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

Shades of La Rioja #BDB414

Tints of La Rioja #BDB414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.14%

R = 48.59%
G = 46.27%
B = 5.14%

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

#BDB414 (or 0xBDB414) is known color: La Rioja. HEX triplet: BD, B4 and 14. RGB value is (189,180,20). Sum of RGB (Red+Green+Blue) = 189+180+20=389 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.59% from 389); Green value is 180 (70.70% from 255 or 46.27% from 389); Blue value is 20 (8.20% from 255 or 5.14% from 389); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB414 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB414 is #424BEB. Grayscale: #A5A5A5. Windows color (decimal): -4344812 or 1356989. OLE color: 1356989.

HSL color Cylindrical-coordinate representation of color #BDB414: hue angle of 56.8º degrees, saturation: 0.81, 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 #BDB414 is Cyan = 0, Magento = 0.05, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 180 20 -
CMYK 0 0.05 0.89 0.26
HSL 56.8º 0.81% 0.41% -
HSV(B) 56.8º 0.89% 0.74% -
XYZ 37.43 43.51 7.09 -
YUV 164.45 46.48 145.51 -
System Red Green Blue C M Y K H S L
Decimal 189 180 20 0 0.05 0.89 0.26 56.8 0.81 0.41
Hex BD B4 14 0 5 59 1A 39 51 29
Octal 275 264 24 0 5 131 32 71 121 51
Binary 10111101 10110100 10100 0 101 1011001 11010 111001 1010001 101001

Color Harmonies of #BDB414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB414

Black with #BDB414

Text Example


Text Example

White with #BDB414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB414; }

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

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

background-color css

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

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

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

border-color css

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

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

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