Html Css Color HEX #BFB411 La Rioja

📋 copy color: '#BFB411'

red 191 ◦ green 180 ◦ blue 17

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

Shades of La Rioja #BFB411

Tints of La Rioja #BFB411

RGB

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

 GREEN value IS 180 (70.7% from 255) = 46.39%

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

R = 49.23%
G = 46.39%
B = 4.38%

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

#BFB411 (or 0xBFB411) is known color: La Rioja. HEX triplet: BF, B4 and 11. RGB value is (191,180,17). Sum of RGB (Red+Green+Blue) = 191+180+17=388 (51% of max value = 765). Red value is 191 (75% from 255 or 49.23% from 388); Green value is 180 (70.70% from 255 or 46.39% from 388); Blue value is 17 (7.03% from 255 or 4.38% from 388); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB411 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFB411 is #404BEE. Grayscale: #A5A5A5. Windows color (decimal): -4213743 or 1160383. OLE color: 1160383.

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

Color convert

RGB 191 180 17 -
CMYK 0 0.06 0.91 0.25
HSL 56.21º 0.84% 0.41% -
HSV(B) 56.21º 0.91% 0.75% -
XYZ 37.91 43.76 6.98 -
YUV 164.71 44.64 146.75 -
System Red Green Blue C M Y K H S L
Decimal 191 180 17 0 0.06 0.91 0.25 56.21 0.84 0.41
Hex BF B4 11 0 6 5B 19 38 54 29
Octal 277 264 21 0 6 133 31 70 124 51
Binary 10111111 10110100 10001 0 110 1011011 11001 111000 1010100 101001

Color Harmonies of #BFB411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB411

Black with #BFB411

Text Example


Text Example

White with #BFB411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB411; }

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

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

background-color css

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

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

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

border-color css

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

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

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