Html Css Color HEX #BDB714 La Rioja

📋 copy color: '#BDB714'

red 189 ◦ green 183 ◦ blue 20

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

Shades of La Rioja #BDB714

Tints of La Rioja #BDB714

RGB

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

 GREEN value IS 183 (71.88% from 255) = 46.68%

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

R = 48.21%
G = 46.68%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BDB714 (or 0xBDB714) is known color: La Rioja. HEX triplet: BD, B7 and 14. RGB value is (189,183,20). Sum of RGB (Red+Green+Blue) = 189+183+20=392 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.21% from 392); Green value is 183 (71.88% from 255 or 46.68% from 392); Blue value is 20 (8.20% from 255 or 5.10% from 392); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB714 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB714 is #4248EB. Grayscale: #A6A6A6. Windows color (decimal): -4344044 or 1357757. OLE color: 1357757.

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

Color convert

RGB 189 183 20 -
CMYK 0 0.03 0.89 0.26
HSL 57.87º 0.81% 0.41% -
HSV(B) 57.87º 0.89% 0.74% -
XYZ 38.05 44.74 7.29 -
YUV 166.21 45.49 144.25 -
System Red Green Blue C M Y K H S L
Decimal 189 183 20 0 0.03 0.89 0.26 57.87 0.81 0.41
Hex BD B7 14 0 3 59 1A 3A 51 29
Octal 275 267 24 0 3 131 32 72 121 51
Binary 10111101 10110111 10100 0 11 1011001 11010 111010 1010001 101001

Color Harmonies of #BDB714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB714

Black with #BDB714

Text Example


Text Example

White with #BDB714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB714; }

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

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

background-color css

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

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

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

border-color css

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

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

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