Html Css Color HEX #BFBC12 La Rioja

📋 copy color: '#BFBC12'

red 191 ◦ green 188 ◦ blue 18

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

Shades of La Rioja #BFBC12

Tints of La Rioja #BFBC12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.53%

R = 48.11%
G = 47.36%
B = 4.53%

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

#BFBC12 (or 0xBFBC12) is known color: La Rioja. HEX triplet: BF, BC and 12. RGB value is (191,188,18). Sum of RGB (Red+Green+Blue) = 191+188+18=397 (52% of max value = 765). Red value is 191 (75% from 255 or 48.11% from 397); Green value is 188 (73.83% from 255 or 47.36% from 397); Blue value is 18 (7.42% from 255 or 4.53% from 397); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBC12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFBC12 is #4043ED. Grayscale: #AAAAAA. Windows color (decimal): -4211694 or 1227967. OLE color: 1227967.

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

Color convert

RGB 191 188 18 -
CMYK 0 0.02 0.91 0.25
HSL 58.96º 0.83% 0.41% -
HSV(B) 58.96º 0.91% 0.75% -
XYZ 39.58 47.09 7.57 -
YUV 169.52 42.49 143.32 -
System Red Green Blue C M Y K H S L
Decimal 191 188 18 0 0.02 0.91 0.25 58.96 0.83 0.41
Hex BF BC 12 0 2 5B 19 3B 53 29
Octal 277 274 22 0 2 133 31 73 123 51
Binary 10111111 10111100 10010 0 10 1011011 11001 111011 1010011 101001

Color Harmonies of #BFBC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBC12

Black with #BFBC12

Text Example


Text Example

White with #BFBC12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBC12; }

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

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

background-color css

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

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

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

border-color css

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

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

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