#BFCA0B

Color #BFCA0B La Rioja (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Rioja #BFCA0B

Tints of La Rioja #BFCA0B

Color information

#BFCA0B (or 0xBFCA0B) is unknown color: approx La Rioja. HEX triplet: BF, CA and 0B. RGB value is (191,202,11). Sum of RGB (Red+Green+Blue) = 191+202+11=404 (53% of max value = 765). Red value is 191 (75% from 255 or 47.28% from 404); Green value is 202 (79.30% from 255 or 50% from 404); Blue value is 11 (4.69% from 255 or 2.72% from 404); Max value from RGB is 202 - color contains mainly: green. Hex color #BFCA0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFCA0B is #4035F4. Grayscale: #B1B1B1. Windows color (decimal): -4208117 or 772799. OLE color: 772799.

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

Color convert

RGB19120211-
CMYK0.0500.950.21
HSL63.46º89.67%41.76%-
HSV(B)63.46º94.55%79.22%-
XYZ42.6753.348.36-
YUV176.9434.36138.03-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.28%
GREEN value IS 202 (79.30% from 255) = 50%
BLUE value IS 11 (4.69% from 255) = 2.72%
R=47.28%
G=50%
B=2.72%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal191202110.0500.950.2163.4689.6741.76
HexBFCAB505F153f5a2a
Octal2773121350137257713252
Binary1011111111001010101110101011111101011111111011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCA0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCA0B; }

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

 H1.HeaderClassName
 {
   color: #BFCA0B;
 }
 .AnyTagClassName
 {
   color: #BFCA0B;
 }
</style>
background-color css

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

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

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

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

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

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