Html Css Color HEX #BFB113 La Rioja

📋 copy color: '#BFB113'

red 191 ◦ green 177 ◦ blue 19

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

Shades of La Rioja #BFB113

Tints of La Rioja #BFB113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.91%

R = 49.35%
G = 45.74%
B = 4.91%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BFB113 (or 0xBFB113) is known color: La Rioja. HEX triplet: BF, B1 and 13. RGB value is (191,177,19). Sum of RGB (Red+Green+Blue) = 191+177+19=387 (51% of max value = 765). Red value is 191 (75% from 255 or 49.35% from 387); Green value is 177 (69.53% from 255 or 45.74% from 387); Blue value is 19 (7.81% from 255 or 4.91% from 387); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB113 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFB113 is #404EEC. Grayscale: #A3A3A3. Windows color (decimal): -4214509 or 1290687. OLE color: 1290687.

HSL color Cylindrical-coordinate representation of color #BFB113: hue angle of 55.12º degrees, saturation: 0.82, 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 #BFB113 is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 177 19 -
CMYK 0 0.07 0.90 0.25
HSL 55.12º 0.82% 0.41% -
HSV(B) 55.12º 0.9% 0.75% -
XYZ 37.33 42.57 6.87 -
YUV 163.17 46.64 147.85 -
System Red Green Blue C M Y K H S L
Decimal 191 177 19 0 0.07 0.90 0.25 55.12 0.82 0.41
Hex BF B1 13 0 7 5A 19 37 52 29
Octal 277 261 23 0 7 132 31 67 122 51
Binary 10111111 10110001 10011 0 111 1011010 11001 110111 1010010 101001

Color Harmonies of #BFB113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB113

Black with #BFB113

Text Example


Text Example

White with #BFB113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB113; }

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

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

background-color css

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

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

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

border-color css

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

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

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