Html Css Color HEX #BFBC14 La Rioja

📋 copy color: '#BFBC14'

red 191 ◦ green 188 ◦ blue 20

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

Shades of La Rioja #BFBC14

Tints of La Rioja #BFBC14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.01%

R = 47.87%
G = 47.12%
B = 5.01%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BFBC14 (or 0xBFBC14) is known color: La Rioja. HEX triplet: BF, BC and 14. RGB value is (191,188,20). Sum of RGB (Red+Green+Blue) = 191+188+20=399 (52% of max value = 765). Red value is 191 (75% from 255 or 47.87% from 399); Green value is 188 (73.83% from 255 or 47.12% from 399); Blue value is 20 (8.20% from 255 or 5.01% from 399); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBC14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFBC14 is #4043EB. Grayscale: #AAAAAA. Windows color (decimal): -4211692 or 1359039. OLE color: 1359039.

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

Color convert

RGB 191 188 20 -
CMYK 0 0.02 0.90 0.25
HSL 58.95º 0.81% 0.41% -
HSV(B) 58.95º 0.9% 0.75% -
XYZ 39.6 47.09 7.66 -
YUV 169.75 43.49 143.16 -
System Red Green Blue C M Y K H S L
Decimal 191 188 20 0 0.02 0.90 0.25 58.95 0.81 0.41
Hex BF BC 14 0 2 5A 19 3B 51 29
Octal 277 274 24 0 2 132 31 73 121 51
Binary 10111111 10111100 10100 0 10 1011010 11001 111011 1010001 101001

Color Harmonies of #BFBC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBC14

Black with #BFBC14

Text Example


Text Example

White with #BFBC14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBC14; }

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

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

background-color css

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

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

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

border-color css

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

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

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