Html Css Color HEX #BFB910 La Rioja

📋 copy color: '#BFB910'

red 191 ◦ green 185 ◦ blue 16

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

Shades of La Rioja #BFB910

Tints of La Rioja #BFB910

RGB

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

 GREEN value IS 185 (72.66% from 255) = 47.19%

 BLUE value IS 16 (6.64% from 255) = 4.08%

R = 48.72%
G = 47.19%
B = 4.08%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#BFB910 (or 0xBFB910) is known color: La Rioja. HEX triplet: BF, B9 and 10. RGB value is (191,185,16). Sum of RGB (Red+Green+Blue) = 191+185+16=392 (51% of max value = 765). Red value is 191 (75% from 255 or 48.72% from 392); Green value is 185 (72.66% from 255 or 47.19% from 392); Blue value is 16 (6.64% from 255 or 4.08% from 392); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB910 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFB910 is #4046EF. Grayscale: #A8A8A8. Windows color (decimal): -4212464 or 1096127. OLE color: 1096127.

HSL color Cylindrical-coordinate representation of color #BFB910: hue angle of 57.94º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BFB910 is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 185 16 -
CMYK 0 0.03 0.92 0.25
HSL 57.94º 0.85% 0.41% -
HSV(B) 57.94º 0.92% 0.75% -
XYZ 38.93 45.81 7.28 -
YUV 167.53 42.49 144.74 -
System Red Green Blue C M Y K H S L
Decimal 191 185 16 0 0.03 0.92 0.25 57.94 0.85 0.41
Hex BF B9 10 0 3 5C 19 3A 55 29
Octal 277 271 20 0 3 134 31 72 125 51
Binary 10111111 10111001 10000 0 11 1011100 11001 111010 1010101 101001

Color Harmonies of #BFB910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB910

Black with #BFB910

Text Example


Text Example

White with #BFB910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB910; }

 p { color: rgb(191,185,16); }

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

background-color css

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

 a { background-color: rgb(191,185,16); }

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

border-color css

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

 span { border-color: rgb(191,185,16); }

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