Html Css Color HEX #BFB815 La Rioja

📋 copy color: '#BFB815'

red 191 ◦ green 184 ◦ blue 21

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

Shades of La Rioja #BFB815

Tints of La Rioja #BFB815

RGB

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

 GREEN value IS 184 (72.27% from 255) = 46.46%

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

R = 48.23%
G = 46.46%
B = 5.3%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#BFB815 (or 0xBFB815) is known color: La Rioja. HEX triplet: BF, B8 and 15. RGB value is (191,184,21). Sum of RGB (Red+Green+Blue) = 191+184+21=396 (52% of max value = 765). Red value is 191 (75% from 255 or 48.23% from 396); Green value is 184 (72.27% from 255 or 46.46% from 396); Blue value is 21 (8.59% from 255 or 5.30% from 396); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB815 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFB815 is #4047EA. Grayscale: #A8A8A8. Windows color (decimal): -4212715 or 1423551. OLE color: 1423551.

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

Color convert

RGB 191 184 21 -
CMYK 0 0.04 0.89 0.25
HSL 57.53º 0.8% 0.42% -
HSV(B) 57.53º 0.89% 0.75% -
XYZ 38.76 45.41 7.43 -
YUV 167.51 45.32 144.75 -
System Red Green Blue C M Y K H S L
Decimal 191 184 21 0 0.04 0.89 0.25 57.53 0.8 0.42
Hex BF B8 15 0 4 59 19 3A 50 2A
Octal 277 270 25 0 4 131 31 72 120 52
Binary 10111111 10111000 10101 0 100 1011001 11001 111010 1010000 101010

Color Harmonies of #BFB815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB815

Black with #BFB815

Text Example


Text Example

White with #BFB815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB815; }

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

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

background-color css

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

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

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

border-color css

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

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

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