Html Css Color HEX #BFB111 La Rioja

📋 copy color: '#BFB111'

red 191 ◦ green 177 ◦ blue 17

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

Shades of La Rioja #BFB111

Tints of La Rioja #BFB111

RGB

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

 GREEN value IS 177 (69.53% from 255) = 45.97%

 BLUE value IS 17 (7.03% from 255) = 4.42%

R = 49.61%
G = 45.97%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BFB111 (or 0xBFB111) is known color: La Rioja. HEX triplet: BF, B1 and 11. RGB value is (191,177,17). Sum of RGB (Red+Green+Blue) = 191+177+17=385 (50% of max value = 765). Red value is 191 (75% from 255 or 49.61% from 385); Green value is 177 (69.53% from 255 or 45.97% from 385); Blue value is 17 (7.03% from 255 or 4.42% from 385); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB111 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFB111 is #404EEE. Grayscale: #A3A3A3. Windows color (decimal): -4214511 or 1159615. OLE color: 1159615.

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

Color convert

RGB 191 177 17 -
CMYK 0 0.07 0.91 0.25
HSL 55.17º 0.84% 0.41% -
HSV(B) 55.17º 0.91% 0.75% -
XYZ 37.31 42.56 6.78 -
YUV 162.95 45.64 148.01 -
System Red Green Blue C M Y K H S L
Decimal 191 177 17 0 0.07 0.91 0.25 55.17 0.84 0.41
Hex BF B1 11 0 7 5B 19 37 54 29
Octal 277 261 21 0 7 133 31 67 124 51
Binary 10111111 10110001 10001 0 111 1011011 11001 110111 1010100 101001

Color Harmonies of #BFB111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB111

Black with #BFB111

Text Example


Text Example

White with #BFB111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB111; }

 p { color: rgb(191,177,17); }

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

background-color css

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

 a { background-color: rgb(191,177,17); }

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

border-color css

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

 span { border-color: rgb(191,177,17); }

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