Html Css Color HEX #BFB311 La Rioja

📋 copy color: '#BFB311'

red 191 ◦ green 179 ◦ blue 17

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

Shades of La Rioja #BFB311

Tints of La Rioja #BFB311

RGB

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

 GREEN value IS 179 (70.31% from 255) = 46.25%

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

R = 49.35%
G = 46.25%
B = 4.39%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BFB311 (or 0xBFB311) is known color: La Rioja. HEX triplet: BF, B3 and 11. RGB value is (191,179,17). Sum of RGB (Red+Green+Blue) = 191+179+17=387 (51% of max value = 765). Red value is 191 (75% from 255 or 49.35% from 387); Green value is 179 (70.31% from 255 or 46.25% from 387); Blue value is 17 (7.03% from 255 or 4.39% from 387); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB311 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFB311 is #404CEE. Grayscale: #A4A4A4. Windows color (decimal): -4213999 or 1160127. OLE color: 1160127.

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

Color convert

RGB 191 179 17 -
CMYK 0 0.06 0.91 0.25
HSL 55.86º 0.84% 0.41% -
HSV(B) 55.86º 0.91% 0.75% -
XYZ 37.71 43.36 6.91 -
YUV 164.12 44.98 147.17 -
System Red Green Blue C M Y K H S L
Decimal 191 179 17 0 0.06 0.91 0.25 55.86 0.84 0.41
Hex BF B3 11 0 6 5B 19 38 54 29
Octal 277 263 21 0 6 133 31 70 124 51
Binary 10111111 10110011 10001 0 110 1011011 11001 111000 1010100 101001

Color Harmonies of #BFB311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB311

Black with #BFB311

Text Example


Text Example

White with #BFB311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB311; }

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

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

background-color css

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

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

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

border-color css

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

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

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