Html Css Color HEX #BFBC11 La Rioja

📋 copy color: '#BFBC11'

red 191 ◦ green 188 ◦ blue 17

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

Shades of La Rioja #BFBC11

Tints of La Rioja #BFBC11

RGB

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

 GREEN value IS 188 (73.83% from 255) = 47.47%

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

R = 48.23%
G = 47.47%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BFBC11 (or 0xBFBC11) is known color: La Rioja. HEX triplet: BF, BC and 11. RGB value is (191,188,17). Sum of RGB (Red+Green+Blue) = 191+188+17=396 (52% of max value = 765). Red value is 191 (75% from 255 or 48.23% from 396); Green value is 188 (73.83% from 255 or 47.47% from 396); Blue value is 17 (7.03% from 255 or 4.29% from 396); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBC11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFBC11 is #4043EE. Grayscale: #AAAAAA. Windows color (decimal): -4211695 or 1162431. OLE color: 1162431.

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

Color convert

RGB 191 188 17 -
CMYK 0 0.02 0.91 0.25
HSL 58.97º 0.84% 0.41% -
HSV(B) 58.97º 0.91% 0.75% -
XYZ 39.57 47.08 7.53 -
YUV 169.4 41.99 143.4 -
System Red Green Blue C M Y K H S L
Decimal 191 188 17 0 0.02 0.91 0.25 58.97 0.84 0.41
Hex BF BC 11 0 2 5B 19 3B 54 29
Octal 277 274 21 0 2 133 31 73 124 51
Binary 10111111 10111100 10001 0 10 1011011 11001 111011 1010100 101001

Color Harmonies of #BFBC11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBC11

Black with #BFBC11

Text Example


Text Example

White with #BFBC11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBC11; }

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

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

background-color css

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

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

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

border-color css

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

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

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