Html Css Color HEX #BFBC13 La Rioja

📋 copy color: '#BFBC13'

red 191 ◦ green 188 ◦ blue 19

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

Shades of La Rioja #BFBC13

Tints of La Rioja #BFBC13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.77%

R = 47.99%
G = 47.24%
B = 4.77%

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

#BFBC13 (or 0xBFBC13) is known color: La Rioja. HEX triplet: BF, BC and 13. RGB value is (191,188,19). Sum of RGB (Red+Green+Blue) = 191+188+19=398 (52% of max value = 765). Red value is 191 (75% from 255 or 47.99% from 398); Green value is 188 (73.83% from 255 or 47.24% from 398); Blue value is 19 (7.81% from 255 or 4.77% from 398); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBC13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFBC13 is #4043EC. Grayscale: #AAAAAA. Windows color (decimal): -4211693 or 1293503. OLE color: 1293503.

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

Color convert

RGB 191 188 19 -
CMYK 0 0.02 0.90 0.25
HSL 58.95º 0.82% 0.41% -
HSV(B) 58.95º 0.9% 0.75% -
XYZ 39.59 47.09 7.62 -
YUV 169.63 42.99 143.24 -
System Red Green Blue C M Y K H S L
Decimal 191 188 19 0 0.02 0.90 0.25 58.95 0.82 0.41
Hex BF BC 13 0 2 5A 19 3B 52 29
Octal 277 274 23 0 2 132 31 73 122 51
Binary 10111111 10111100 10011 0 10 1011010 11001 111011 1010010 101001

Color Harmonies of #BFBC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBC13

Black with #BFBC13

Text Example


Text Example

White with #BFBC13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBC13; }

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

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

background-color css

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

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

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

border-color css

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

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

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