Html Css Color HEX #BFB415 La Rioja

📋 copy color: '#BFB415'

red 191 ◦ green 180 ◦ blue 21

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

Shades of La Rioja #BFB415

Tints of La Rioja #BFB415

RGB

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

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

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

R = 48.72%
G = 45.92%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#BFB415 (or 0xBFB415) is known color: La Rioja. HEX triplet: BF, B4 and 15. RGB value is (191,180,21). Sum of RGB (Red+Green+Blue) = 191+180+21=392 (51% of max value = 765). Red value is 191 (75% from 255 or 48.72% from 392); Green value is 180 (70.70% from 255 or 45.92% from 392); Blue value is 21 (8.59% from 255 or 5.36% from 392); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB415 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFB415 is #404BEA. Grayscale: #A5A5A5. Windows color (decimal): -4213739 or 1422527. OLE color: 1422527.

HSL color Cylindrical-coordinate representation of color #BFB415: hue angle of 56.12º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BFB415 is Cyan = 0, Magento = 0.06, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 180 21 -
CMYK 0 0.06 0.89 0.25
HSL 56.12º 0.8% 0.42% -
HSV(B) 56.12º 0.89% 0.75% -
XYZ 37.94 43.77 7.16 -
YUV 165.16 46.64 146.43 -
System Red Green Blue C M Y K H S L
Decimal 191 180 21 0 0.06 0.89 0.25 56.12 0.8 0.42
Hex BF B4 15 0 6 59 19 38 50 2A
Octal 277 264 25 0 6 131 31 70 120 52
Binary 10111111 10110100 10101 0 110 1011001 11001 111000 1010000 101010

Color Harmonies of #BFB415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB415

Black with #BFB415

Text Example


Text Example

White with #BFB415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB415; }

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

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

background-color css

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

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

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

border-color css

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

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

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