Html Css Color HEX #BFB611 La Rioja

📋 copy color: '#BFB611'

red 191 ◦ green 182 ◦ blue 17

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

Shades of La Rioja #BFB611

Tints of La Rioja #BFB611

RGB

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

 GREEN value IS 182 (71.48% from 255) = 46.67%

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

R = 48.97%
G = 46.67%
B = 4.36%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BFB611 (or 0xBFB611) is known color: La Rioja. HEX triplet: BF, B6 and 11. RGB value is (191,182,17). Sum of RGB (Red+Green+Blue) = 191+182+17=390 (51% of max value = 765). Red value is 191 (75% from 255 or 48.97% from 390); Green value is 182 (71.48% from 255 or 46.67% from 390); Blue value is 17 (7.03% from 255 or 4.36% from 390); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB611 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFB611 is #4049EE. Grayscale: #A6A6A6. Windows color (decimal): -4213231 or 1160895. OLE color: 1160895.

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

Color convert

RGB 191 182 17 -
CMYK 0 0.05 0.91 0.25
HSL 56.9º 0.84% 0.41% -
HSV(B) 56.9º 0.91% 0.75% -
XYZ 38.31 44.57 7.11 -
YUV 165.88 43.98 145.92 -
System Red Green Blue C M Y K H S L
Decimal 191 182 17 0 0.05 0.91 0.25 56.9 0.84 0.41
Hex BF B6 11 0 5 5B 19 39 54 29
Octal 277 266 21 0 5 133 31 71 124 51
Binary 10111111 10110110 10001 0 101 1011011 11001 111001 1010100 101001

Color Harmonies of #BFB611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB611

Black with #BFB611

Text Example


Text Example

White with #BFB611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB611; }

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

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

background-color css

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

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

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

border-color css

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

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

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