Html Css Color HEX #BFCA0C La Rioja

📋 copy color: '#BFCA0C'

red 191 ◦ green 202 ◦ blue 12

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

Shades of La Rioja #BFCA0C

Tints of La Rioja #BFCA0C

RGB

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

 GREEN value IS 202 (79.3% from 255) = 49.88%

 BLUE value IS 12 (5.08% from 255) = 2.96%

R = 47.16%
G = 49.88%
B = 2.96%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#BFCA0C (or 0xBFCA0C) is known color: La Rioja. HEX triplet: BF, CA and 0C. RGB value is (191,202,12). Sum of RGB (Red+Green+Blue) = 191+202+12=405 (53% of max value = 765). Red value is 191 (75% from 255 or 47.16% from 405); Green value is 202 (79.30% from 255 or 49.88% from 405); Blue value is 12 (5.08% from 255 or 2.96% from 405); Max value from RGB is 202 - color contains mainly: green. Hex color #BFCA0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFCA0C is #4035F3. Grayscale: #B1B1B1. Windows color (decimal): -4208116 or 838335. OLE color: 838335.

HSL color Cylindrical-coordinate representation of color #BFCA0C: hue angle of 63.47º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BFCA0C is Cyan = 0.05, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB 191 202 12 -
CMYK 0.05 0 0.94 0.21
HSL 63.47º 0.89% 0.42% -
HSV(B) 63.47º 0.94% 0.79% -
XYZ 42.67 53.34 8.4 -
YUV 177.05 34.86 137.95 -
System Red Green Blue C M Y K H S L
Decimal 191 202 12 0.05 0 0.94 0.21 63.47 0.89 0.42
Hex BF CA C 5 0 5E 15 3F 59 2A
Octal 277 312 14 5 0 136 25 77 131 52
Binary 10111111 11001010 1100 101 0 1011110 10101 111111 1011001 101010

Color Harmonies of #BFCA0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCA0C

Black with #BFCA0C

Text Example


Text Example

White with #BFCA0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCA0C; }

 p { color: rgb(191,202,12); }

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

background-color css

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

 a { background-color: rgb(191,202,12); }

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

border-color css

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

 span { border-color: rgb(191,202,12); }

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