Html Css Color HEX #BFB414 La Rioja

📋 copy color: '#BFB414'

red 191 ◦ green 180 ◦ blue 20

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

Shades of La Rioja #BFB414

Tints of La Rioja #BFB414

RGB

 RED value IS 191 (75% from 255) = 48.85%

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

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

R = 48.85%
G = 46.04%
B = 5.12%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BFB414 (or 0xBFB414) is known color: La Rioja. HEX triplet: BF, B4 and 14. RGB value is (191,180,20). Sum of RGB (Red+Green+Blue) = 191+180+20=391 (51% of max value = 765). Red value is 191 (75% from 255 or 48.85% from 391); Green value is 180 (70.70% from 255 or 46.04% from 391); Blue value is 20 (8.20% from 255 or 5.12% from 391); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB414 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFB414 is #404BEB. Grayscale: #A5A5A5. Windows color (decimal): -4213740 or 1356991. OLE color: 1356991.

HSL color Cylindrical-coordinate representation of color #BFB414: hue angle of 56.14º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BFB414 is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 180 20 -
CMYK 0 0.06 0.90 0.25
HSL 56.14º 0.81% 0.41% -
HSV(B) 56.14º 0.9% 0.75% -
XYZ 37.93 43.77 7.11 -
YUV 165.05 46.14 146.51 -
System Red Green Blue C M Y K H S L
Decimal 191 180 20 0 0.06 0.90 0.25 56.14 0.81 0.41
Hex BF B4 14 0 6 5A 19 38 51 29
Octal 277 264 24 0 6 132 31 70 121 51
Binary 10111111 10110100 10100 0 110 1011010 11001 111000 1010001 101001

Color Harmonies of #BFB414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB414

Black with #BFB414

Text Example


Text Example

White with #BFB414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB414; }

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

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

background-color css

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

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

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

border-color css

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

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

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